mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 17:30:08 -04:00
ci: pin tree-sitter-cli version in npm install
This prevents bad tags from messing up CI
This commit is contained in:
parent
bc07e58f42
commit
de4a651da7
2 changed files with 2 additions and 3 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
|
run: npm i -g tree-sitter-cli@0.20.9
|
||||||
|
|
||||||
- name: Install and prepare Neovim
|
- name: Install and prepare Neovim
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
3
.github/workflows/tests.yml
vendored
3
.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
|
run: npm i -g tree-sitter-cli@0.20.9
|
||||||
|
|
||||||
- name: Test Dependencies
|
- name: Test Dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -43,7 +43,6 @@ jobs:
|
||||||
- name: Install and prepare Neovim
|
- name: Install and prepare Neovim
|
||||||
env:
|
env:
|
||||||
NVIM_TAG: stable
|
NVIM_TAG: stable
|
||||||
TREE_SITTER_CLI_TAG: v0.20.8
|
|
||||||
run: |
|
run: |
|
||||||
bash ./scripts/ci-install-${{ matrix.os }}.sh
|
bash ./scripts/ci-install-${{ matrix.os }}.sh
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue