diff --git a/scripts/_common.sh b/scripts/_common.sh index 3fa62d8..7e05a75 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -7,8 +7,8 @@ # dependencies used by the app pkg_dependencies="postgresql postgresql-contrib libpq-dev" -NODEJS_VERSION="18" -NPM_VERSION=">=8.11" +NODEJS_VERSION="18.3" +NPM_VERSION="8.11.0" main_domain=$(cat /etc/yunohost/current_host)