Skip to content

Commit 53c5074

Browse files
committed
chore(CI): pin the tree-sitter version
This prevents sudden breaks of CI due to changes in the config format or other breaking changes from upstream
1 parent 01226dc commit 53c5074

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v4
2727
- uses: tree-sitter/setup-action/cli@v1
28+
with:
29+
tree-sitter-ref: "v0.23.2"
2830
- uses: tree-sitter/parser-test-action@v2
2931
with:
3032
generate: true

0 commit comments

Comments
 (0)