From 498f73200e1f8b0ac2bb3d3dc626431aed20be5a Mon Sep 17 00:00:00 2001 From: Krakinou Date: Sat, 26 Nov 2022 13:10:51 +0100 Subject: [PATCH] Latest LTS node version --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 4e31058..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=19 +NODEJS_VERSION=18 #================================================= # PERSONAL HELPERS