mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fixup: it's fine
This commit is contained in:
parent
de4a651da7
commit
8262ccf990
2 changed files with 2 additions and 2 deletions
2
.github/workflows/test-queries.yml
vendored
2
.github/workflows/test-queries.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -30,7 +30,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: Test Dependencies
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue