From edf03adc1187d54c645f9acdf874ef113ca25d6f Mon Sep 17 00:00:00 2001 From: Krakinou Date: Sat, 26 Nov 2022 14:29:42 +0100 Subject: [PATCH] Back to nodejs LTS version 18 --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index dbf1cd1..0a02cf0 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= # dependencies used by the app (must be on a single line) -NODEJS_VERSION=16 +NODEJS_VERSION=18 #================================================= # PERSONAL HELPERS