Skip to content

Commit

Permalink
CI: same tree sitter version as local
Browse files Browse the repository at this point in the history
  • Loading branch information
gruhn committed Oct 15, 2024
1 parent eb5558a commit 5c18e9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
mv release.gitignore .gitignore
- name: Set up tree-sitter CLI
uses: tree-sitter/setup-action/cli@v1
with:
tree-sitter-ref: 'v0.22.6'
- name: Install parser dependencies
run: |-
JQ_SCRIPT='.dependencies | del(."node-addon-api", ."node-gyp-build") | length > 0'
Expand Down

0 comments on commit 5c18e9e

Please sign in to comment.