Skip to content

Commit

Permalink
ci: pin node to workaround issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xTVaser committed May 28, 2024
1 parent 8cea1f2 commit 2e3b71e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@ on:
jobs:
npm:
uses: tree-sitter/workflows/.github/workflows/package-npm.yml@main
# Related - https://github.com/tree-sitter/workflows/issues/9
with:
node-version: v20.11.1
secrets:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit 2e3b71e

Please sign in to comment.