From c8cb132f5a3ff14f1be603ca102572fadaf24a9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 15 Feb 2024 18:59:54 +0100 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 1baea6f..a02adbd 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,7 +6,9 @@ # PHP APP SPECIFIC #================================================= -nodejs_version=16 +nodejs_version=20 + +main_domain=$(cat /etc/yunohost/current_host) #================================================= # PERSONAL HELPERS