Bump jenkins node vers to match edx/configuration

This commit is contained in:
Brian Jacobel
2017-02-03 09:52:55 -05:00
committed by GitHub
parent 650350436c
commit 16f8f960fc

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"