summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/node/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/node/install.sh b/scripts/node/install.sh
index f93ac88c29..1edc2c91d9 100755
--- a/scripts/node/install.sh
+++ b/scripts/node/install.sh
@@ -14,7 +14,7 @@ if [ ${TRAVIS_OS_NAME} == "linux" ]; then
fi
if [ ! -d ~/.nvm ]; then
- curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.29.0/install.sh | bash
+ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.28.0/install.sh | bash
fi
source ~/.nvm/nvm.sh