fix: deploy node version 14.17.0

This commit is contained in:
jianhui.fjh 2021-06-16 12:40:20 +08:00 committed by 力皓
parent 4134dad92e
commit a187d0d2bf

View File

@ -12,7 +12,7 @@ tnpm i -g n
export N_NODE_MIRROR=https://npm.taobao.org/mirrors/node
echo "Switch node version to 14"
n 14
n 14.17.0
echo "Node Version"
node -v