mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -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
|
- uses: actions/setup-node@v4
|
||||||
|
|
||||||
- name: Install tree-sitter CLI
|
- 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
|
- name: Install and prepare Neovim
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
|
|
||||||
- name: Install tree-sitter CLI
|
- 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
|
- name: Test Dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue