nvm/test/slow/nvm exec/setup_dir

11 lines
137 B
Plaintext
Raw Normal View History

2014-08-03 06:36:45 +08:00
#!/bin/sh
\. ../../../nvm.sh
2014-08-03 06:36:45 +08:00
nvm install 0.10.7
nvm install 1.0.0
2016-07-18 10:54:10 +08:00
nvm install --lts
2014-08-03 06:36:45 +08:00
if [ -f ".nvmrc" ]; then
mv .nvmrc .nvmrc.bak
fi