Skip to content

Commit

Permalink
[CI][WASM] Update emsdk and nodejs version (#16420)
Browse files Browse the repository at this point in the history
This PR updates the emsdk and nodejs version of docker.
  • Loading branch information
tqchen authored Jan 19, 2024
1 parent 827beed commit 614a7a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker/install/ubuntu_install_emscripten.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ set -o pipefail
cd /
git clone https://github.com/emscripten-core/emsdk.git
cd emsdk
./emsdk install 3.1.30
./emsdk activate 3.1.30
./emsdk install 3.1.51
./emsdk activate 3.1.51
2 changes: 1 addition & 1 deletion docker/install/ubuntu_install_nodejs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ apt-install-and-clear -y curl

# The node install script fetched and executed here will update the
# apt source list, hence the second apt-get update --fix-missing is necessary.
curl -s -S -L https://deb.nodesource.com/setup_14.x | bash -
curl -s -S -L https://deb.nodesource.com/setup_16.x | bash -
apt-install-and-clear -y nodejs

0 comments on commit 614a7a9

Please sign in to comment.