Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit 84991f7

Browse files
authored
Update install_node.sh (#745)
Update NodeJS version v8.15.0 to v10.21.0
1 parent e81972d commit 84991f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release/install_node.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ get_nvm_node() {
1919
${SUDO} apt-get update
2020
${SUDO} apt-get install wget -y
2121
fi
22-
local VERSION="v8.15.0"
22+
local VERSION="v10.21.0"
2323
wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash
2424
. ~/.nvm/nvm.sh
2525
nvm install ${VERSION}

0 commit comments

Comments
 (0)