From 268e778fea1f2e8592dfad61911877b672eafc5a Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Fri, 17 Feb 2023 06:59:01 +0100 Subject: [PATCH] Fix nodejs_version --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index ffeb039..9af0f1e 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,7 +6,7 @@ # PHP APP SPECIFIC #================================================= -NODEJS_VERSION="19" +NODEJS_VERSION="18.14.1" # dependencies used by the app pkg_dependencies="ffmpeg postgresql build-essential"