Skip to content

Commit

Permalink
Merge pull request #91 from usnistgov/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-node-4

Bump actions/setup-node from 3 to 4
  • Loading branch information
bmaranville authored Jan 9, 2025
2 parents 42e88ca + 0ba8ba2 commit bbeadab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: build wasm
run: make

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16

Expand Down

0 comments on commit bbeadab

Please sign in to comment.