From 995d7acf4b155868ddac9c2da650b73e940b6666 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Thu, 30 Nov 2023 16:24:45 +0100 Subject: [PATCH] NodeJS v21 --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 6d92371..74f9474 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,7 +6,7 @@ # PHP APP SPECIFIC #================================================= -NODEJS_VERSION="20" +NODEJS_VERSION="21" #================================================= # PERSONAL HELPERS