Pin node version to 8

This commit is contained in:
Rafael Taranto 2018-11-20 21:14:54 -02:00 committed by Josh Harvey
parent cc68e70f58
commit 0ec647f2b2

View file

@ -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)