From a4a6cfd8232153a1b722fa2a510c2b17af182f29 Mon Sep 17 00:00:00 2001 From: Tagada <36127788+Tagadda@users.noreply.github.com> Date: Wed, 27 Dec 2023 22:05:28 +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 5676dec..d11f796 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,8 +4,8 @@ # COMMON VARIABLES #================================================= -NODEJS_VERSION="18.3" -NPM_VERSION="8.11.0" +NODEJS_VERSION="18" +NPM_VERSION="9.8.1" main_domain=$(cat /etc/yunohost/current_host)