Upgrade Node to 6.9.1 LTS in Jenkins scripts

This commit is contained in:
Brian Jacobel
2016-12-12 13:43:23 -05:00
parent 388ed8659b
commit 2bd74a462c

View File

@@ -5,7 +5,7 @@ set -e
source $HOME/jenkins_env
NODE_ENV_DIR=$HOME/nenv
NODE_VERSION=0.10.37
NODE_VERSION=6.9.1
NODE_INSTALL_COMMAND="nodeenv --node=$NODE_VERSION --prebuilt $NODE_ENV_DIR --force"