Use npm 6

pull/21833/head
David Baker 2017-08-04 11:28:42 +01:00 committed by GitHub
parent b06922b6fc
commit fb8d6c962d
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ set -e
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
nvm use 4
nvm use 6
set -x