From f4d6c813cec82f670a070d803747590dbecc0643 Mon Sep 17 00:00:00 2001 From: Tagada <36127788+Tagadda@users.noreply.github.com> Date: Mon, 12 Feb 2024 15:09:57 +0100 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index e6a4062..3ee64f3 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,8 +4,8 @@ # COMMON VARIABLES #================================================= -NODEJS_VERSION="18" -NPM_VERSION="9" +NODEJS_VERSION="18.18.2" +NPM_VERSION="9.8.1" main_domain=$(cat /etc/yunohost/current_host)