From d385752e45a1ec5eca00851a091fc6b5bf8cce9c Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Tue, 27 Dec 2022 16:48:21 +0100 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 5c86ac7..f5aeb98 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,7 +6,7 @@ # PHP APP SPECIFIC #================================================= -NODEJS_VERSION="19.3.0" +NODEJS_VERSION="16.15.0" # dependencies used by the app pkg_dependencies="ffmpeg postgresql"