Skip to content

Commit

Permalink
Merge pull request #412 from eed3si9n/wip/pin
Browse files Browse the repository at this point in the history
Pin package-npm to an older version
  • Loading branch information
eed3si9n authored Aug 8, 2024
2 parents 26eb655 + e9e673e commit c837fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:

jobs:
npm:
uses: tree-sitter/workflows/.github/workflows/package-npm.yml@main
uses: tree-sitter/workflows/.github/workflows/package-npm.yml@66df2de139d7a77a89644f67a88c803d4a8cf67e
secrets:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
# TODO: comment this out for now since we publish the crate manually
Expand Down

0 comments on commit c837fb2

Please sign in to comment.