From 14960f13fcf5ad241bbdda7bbd8ebb371e2fd389 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Wed, 18 Oct 2023 22:05:26 +0200 Subject: [PATCH] NodeJS 18 is now required --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 44d7f52..d5ff8a8 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -nodejs_version=16 +nodejs_version=18 #================================================= # PERSONAL HELPERS