From 4d3b21935a95311acf5bb0a9e1c5cb3cb68b2d1b Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 18 Apr 2022 19:05:10 +0200 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 59c3cd0..1d19fbe 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -NODEJS_VERSION="16" +NODEJS_VERSION="16.14.0" # dependencies used by the app pkg_dependencies="ffmpeg postgresql"