From 0ec647f2b21c2795b9e11245a4a466d217fb1faa Mon Sep 17 00:00:00 2001 From: Rafael Taranto Date: Tue, 20 Nov 2018 21:14:54 -0200 Subject: [PATCH] Pin node version to 8 --- bin/lamassu-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/lamassu-update b/bin/lamassu-update index 2e1fd6c2..9b770460 100755 --- a/bin/lamassu-update +++ b/bin/lamassu-update @@ -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)