diff --git a/scripts/_common.sh b/scripts/_common.sh index bfcecc2..1159946 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -13,7 +13,7 @@ php_dependencies="php${YNH_PHP_VERSION}-bcmath php${YNH_PHP_VERSION}-cli php${YN # dependencies used by the app (must be on a single line) pkg_dependencies="$php_dependencies" -NODEJS_VERSION=16 +NODEJS_VERSION=18 #================================================= # PERSONAL HELPERS