Ensure node 6.5.0 is installed on CI

This commit is contained in:
Thomas Goyne 2017-09-18 12:20:09 -07:00
parent 70739d632b
commit 604968a987
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ elif [ -x "$(command -v brew)" ] && [ -f "$(brew --prefix nvm)/nvm.sh" ]; then
# TODO: change the mac slaves to use manual nvm installation
. "$(brew --prefix nvm)/nvm.sh"
fi
[[ "$(command -v nvm)" ]] && nvm use 6.5.0 || true
[[ "$(command -v nvm)" ]] && nvm install 6.5.0 && nvm use 6.5.0 || true
# Remove cached packages
rm -rf ~/.yarn-cache/npm-realm-*