chore: 强制使用本地的 node 10 版本

This commit is contained in:
Zhicheng WANG 2018-12-17 14:20:44 +08:00
parent c0fbe8ba84
commit 8aecf68156
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
. /Users/twer/.nvm/nvm.sh . /Users/twer/.nvm/nvm.sh
nvm use 10
set -x set -x
set -e set -e