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

Commit 0f5de9e

Browse files
Update installCommonDeps.sh (#643)
1 parent a8c8fff commit 0f5de9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/installCommonDeps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ install_libsrtp2(){
341341
}
342342

343343
install_node() {
344-
local NODE_VERSION="v8.15.0"
344+
local NODE_VERSION="v10.21.0"
345345
echo -e "\x1b[32mInstalling nvm...\x1b[0m"
346346
NVM_DIR="${HOME}/.nvm"
347347

0 commit comments

Comments
 (0)