From c2f6661420069146b6ca6777b4acedd827863bf1 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 19 May 2020 20:26:36 +0200 Subject: [PATCH] increase nodejs version --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 0c5fb0e..e0686b2 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -11,7 +11,7 @@ RUBY_VERSION="2.6.5" BUNDLER_VERSION="1.17.3" -NODEJS_VERSION="10" +NODEJS_VERSION="12" #================================================= # PERSONAL HELPERS