Skip to content

Commit 5c18e9e

Browse files
committed
CI: same tree sitter version as local
1 parent eb5558a commit 5c18e9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
mv release.gitignore .gitignore
2929
- name: Set up tree-sitter CLI
3030
uses: tree-sitter/setup-action/cli@v1
31+
with:
32+
tree-sitter-ref: 'v0.22.6'
3133
- name: Install parser dependencies
3234
run: |-
3335
JQ_SCRIPT='.dependencies | del(."node-addon-api", ."node-gyp-build") | length > 0'

0 commit comments

Comments
 (0)