Skip to content

Commit

Permalink
Auto merge of #3321 - kleisauke:emscripten-update-node-16.20.0, r=Joh…
Browse files Browse the repository at this point in the history
…nTitor

CI: Update Node.js version to v16.20.0

By using the bundled Node from emsdk, which is no longer outdated.

See: emscripten-core/emsdk@d7327b4
  • Loading branch information
bors committed Aug 21, 2023
2 parents 9447d17 + 5841067 commit 10e0724
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions ci/emscripten-entry.sh
Expand Up @@ -5,8 +5,4 @@ set -ex
# shellcheck disable=SC1091
source /emsdk-portable/emsdk_env.sh &> /dev/null

# emsdk-portable provides a node binary, but we need version 8 to run wasm
# NOTE: Do not forget to sync Node.js version with `emscripten.sh`!
export PATH="/node-v14.17.0-linux-x64/bin:$PATH"

exec "$@"
6 changes: 0 additions & 6 deletions ci/emscripten.sh
Expand Up @@ -20,9 +20,3 @@ rm -f a.*

# Make emsdk usable by any user
chmod a+rxw -R /emsdk-portable

# node 8 is required to run wasm
# NOTE: Do not forget to sync Node.js version with `emscripten-entry.sh`!
cd /
curl --retry 5 -L https://nodejs.org/dist/v14.17.0/node-v14.17.0-linux-x64.tar.xz | \
tar -xJ

0 comments on commit 10e0724

Please sign in to comment.