fix: select node 8
This commit is contained in:
parent
dbcc55f386
commit
bf853681df
|
@ -1,5 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
. ~/.nvm/nvm.sh
|
||||
|
||||
nvm use 8
|
||||
|
||||
set -x
|
||||
|
||||
cd `dirname $0`
|
||||
|
|
Loading…
Reference in New Issue