chore: use node 16 in nightly release as well

This commit is contained in:
Chris Midgley 2021-10-26 20:24:41 +01:00 committed by Mike Welsh
parent 781edd0feb
commit 755e5456da
1 changed files with 1 additions and 1 deletions

View File

@ -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.