Ensure node 6.5.0 is installed on CI
This commit is contained in:
parent
70739d632b
commit
604968a987
|
@ -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-*
|
||||
|
|
Loading…
Reference in New Issue