diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2024-02-09 10:45:13 +0100 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2024-02-09 10:45:13 +0100 |
| commit | 8262ccf9900312b5e8cda061b0a9f2b01379cd43 (patch) | |
| tree | fac06b98225adda9b2dbc253a5e71206d2926f36 /.github/workflows/test-queries.yml | |
| parent | ci: pin tree-sitter-cli version in npm install (diff) | |
| download | nvim-treesitter-8262ccf9900312b5e8cda061b0a9f2b01379cd43.tar nvim-treesitter-8262ccf9900312b5e8cda061b0a9f2b01379cd43.tar.gz nvim-treesitter-8262ccf9900312b5e8cda061b0a9f2b01379cd43.tar.bz2 nvim-treesitter-8262ccf9900312b5e8cda061b0a9f2b01379cd43.tar.lz nvim-treesitter-8262ccf9900312b5e8cda061b0a9f2b01379cd43.tar.xz nvim-treesitter-8262ccf9900312b5e8cda061b0a9f2b01379cd43.tar.zst nvim-treesitter-8262ccf9900312b5e8cda061b0a9f2b01379cd43.zip | |
fixup: it's fine
Diffstat (limited to '.github/workflows/test-queries.yml')
| -rw-r--r-- | .github/workflows/test-queries.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test-queries.yml b/.github/workflows/test-queries.yml index 1842c758e..d5a3894e4 100644 --- a/.github/workflows/test-queries.yml +++ b/.github/workflows/test-queries.yml @@ -59,7 +59,7 @@ jobs: - uses: actions/setup-node@v4 - name: Install tree-sitter CLI - run: npm i -g tree-sitter-cli@0.20.9 + run: npm i -g tree-sitter-cli - name: Install and prepare Neovim env: |
