From 4967d3dad54341d76c71c042e0f3a4ae95f7e9b8 Mon Sep 17 00:00:00 2001 From: Tagada <36127788+Tagadda@users.noreply.github.com> Date: Mon, 12 Feb 2024 14:56:09 +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..e6a4062 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" main_domain=$(cat /etc/yunohost/current_host)