ci: pin tree-sitter-cli version in npm install

This prevents bad tags from messing up CI
This commit is contained in:
Christian Clason
2024-02-09 10:33:35 +01:00
parent bc07e58f42
commit de4a651da7
2 changed files with 2 additions and 3 deletions

View File

@@ -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:

View File

@@ -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