From a22954feac0a238a598e51432288f890919e7b8a Mon Sep 17 00:00:00 2001 From: Jimmy Monin Date: Sun, 30 Jul 2017 19:03:48 +0200 Subject: [PATCH] Use major Node.js version and fix upgrade --- scripts/_common.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index f46e095..5a47419 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -3,7 +3,9 @@ #================================================= # COMMON VARIABLES #================================================= -NODEJS_VERSION="8.0.0" +# Workaround for backward compatibility +unset N_PREFIX +NODEJS_VERSION="8" #================================================= #=================================================