Let's use a version of node we can download rather than dig up

This commit is contained in:
David Baker 2018-11-21 18:53:18 +00:00
parent d714176fcd
commit 23d935fd78

View file

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