From de4a651da7fe68d7091dae9be853dc9ef5c04289 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Fri, 9 Feb 2024 10:33:35 +0100 Subject: ci: pin tree-sitter-cli version in npm install This prevents bad tags from messing up CI --- .github/workflows/tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.github/workflows/tests.yml') diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d7c98556f..87499e4be 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 -- cgit v1.2.3-70-g09d2