diff options
Diffstat (limited to '.github/workflows/tests.yml')
| -rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 87499e4be..863f8d0a4 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@0.20.9 + run: npm i -g tree-sitter-cli - name: Test Dependencies run: | |
