use newer node version

This commit is contained in:
Ari Lazier 2016-11-22 07:07:52 -08:00
parent acae0aaf4f
commit cdcefa5cfa
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ trap cleanup EXIT
# Use a consistent version of Node if possible.
if [ -s "${HOME}/.nvm/nvm.sh" ]; then
. "${HOME}/.nvm/nvm.sh"
nvm use 4.4.7 || true
nvm use 5.12 || true
fi
# Remove cached packages