From 6049101caa7d4498420af739fc1df02fc4452ed9 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 17 May 2018 15:14:44 +0100 Subject: [PATCH] node version --- src/freedombone-utils-nodejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone-utils-nodejs b/src/freedombone-utils-nodejs index 09a63261..c4910bba 100755 --- a/src/freedombone-utils-nodejs +++ b/src/freedombone-utils-nodejs @@ -33,7 +33,7 @@ VARIANTS='mesh' # change these versions at your peril. Things will often crash if you don't # have specifically the correct versions -NODEJS_VERSION='8.11.1' +NODEJS_VERSION='8.11.2' NODEJS_N_VERSION='2.1.7' NPM_VERSION='5.8.0'