Skip to content

Commit

Permalink
ci: fix update action?
Browse files Browse the repository at this point in the history
  • Loading branch information
theHamsta committed Apr 2, 2024
1 parent df9538a commit 0874e99
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/update-cpp-parser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: tree-sitter/setup-action@v1
with:
cache: npm
node-version: ${{vars.NODE_VERSION}}
install-lib: false
- uses: tree-sitter/[email protected]
with:
parent-name: cpp
Expand Down

0 comments on commit 0874e99

Please sign in to comment.