Skip to content

Commit

Permalink
chore(CI): pin the tree-sitter version
Browse files Browse the repository at this point in the history
This prevents sudden breaks of CI due to changes in the config format or
other breaking changes from upstream
  • Loading branch information
novusnota committed Oct 9, 2024
1 parent 01226dc commit 53c5074
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: tree-sitter/setup-action/cli@v1
with:
tree-sitter-ref: "v0.23.2"
- uses: tree-sitter/parser-test-action@v2
with:
generate: true
Expand Down

0 comments on commit 53c5074

Please sign in to comment.