mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
ci: pin tree-sitter-cli version in npm install
This prevents bad tags from messing up CI
This commit is contained in:
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
|
||||
run: npm i -g tree-sitter-cli@0.20.9
|
||||
|
||||
- name: Install and prepare Neovim
|
||||
env:
|
||||
|
||||
3
.github/workflows/tests.yml
vendored
3
.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
|
||||
run: npm i -g tree-sitter-cli@0.20.9
|
||||
|
||||
- name: Test Dependencies
|
||||
run: |
|
||||
@@ -43,7 +43,6 @@ jobs:
|
||||
- name: Install and prepare Neovim
|
||||
env:
|
||||
NVIM_TAG: stable
|
||||
TREE_SITTER_CLI_TAG: v0.20.8
|
||||
run: |
|
||||
bash ./scripts/ci-install-${{ matrix.os }}.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user