Skip to content

Commit

Permalink
Merge pull request #134 from Chia-Network/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/setup-node-4

Bump actions/setup-node from 3 to 4
  • Loading branch information
emlowe authored Oct 18, 2024
2 parents 642a1b6 + db6fe75 commit cddabe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: wasm-pack build --release --target=nodejs wasm && wasm-pack pack wasm

- name: Setup Node 16.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '16.x'

Expand Down

0 comments on commit cddabe5

Please sign in to comment.