Merge pull request #14464 from edx/bjacobel/jenkins-node-6.9.4

Bump jenkins node version to match edx/configuration
This commit is contained in:
Brian Jacobel
2017-02-03 14:27:31 -05:00
committed by GitHub

View File

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