Pin node version to 8
This commit is contained in:
parent
cc68e70f58
commit
0ec647f2b2
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ fi
|
|||
|
||||
decho "updating node"
|
||||
npm install n -g >> ${LOG_FILE} 2>&1
|
||||
n lts >> ${LOG_FILE} 2>&1
|
||||
n 8 >> ${LOG_FILE} 2>&1
|
||||
decho "version installed $(node -v)"
|
||||
export NPM_BIN=$(npm -g bin)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue