Skip to content

Commit 2b04318

Browse files
authored
Merge pull request #1538 from jpd002/dependabot/github_actions/actions/setup-node-6
Bump actions/setup-node from 3 to 6
2 parents 43d8cde + 977acd8 commit 2b04318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-js.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: cmake --build --preset wasm-ninja-release
2525
# Setup Node.js since Emscripten can override the node's version.
2626
- name: Set up Node.js
27-
uses: actions/setup-node@v3
27+
uses: actions/setup-node@v6
2828
with:
2929
node-version: 20.17
3030
- name: Run CodeGenTestSuite

0 commit comments

Comments
 (0)