We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb5558a commit 5c18e9eCopy full SHA for 5c18e9e
.github/workflows/release.yml
@@ -28,6 +28,8 @@ jobs:
28
mv release.gitignore .gitignore
29
- name: Set up tree-sitter CLI
30
uses: tree-sitter/setup-action/cli@v1
31
+ with:
32
+ tree-sitter-ref: 'v0.22.6'
33
- name: Install parser dependencies
34
run: |-
35
JQ_SCRIPT='.dependencies | del(."node-addon-api", ."node-gyp-build") | length > 0'
0 commit comments