Skip to content

Commit

Permalink
chore: use node 16 in nightly release as well
Browse files Browse the repository at this point in the history
  • Loading branch information
midgleyc authored and Herschel committed Oct 26, 2021
1 parent 781edd0 commit 755e545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: "14"
node-version: "16"

# wasm-bindgen-cli version must match wasm-bindgen crate version.
# Be sure to update in test_web.yml, web/Cargo.toml and web/README.md.
Expand Down

0 comments on commit 755e545

Please sign in to comment.