From 07725d04898719bce6d67a8eb495aefa6b11780c Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 26 Sep 2021 21:31:33 +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 b1789db..7bf9bac 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -9,7 +9,7 @@ MEMORY_NEEDED="2560" # dependencies used by the app pkg_dependencies="build-essential ffmpeg postgresql postgresql-contrib" -NODEJS_VERSION="12" +NODEJS_VERSION="14" #================================================= # PERSONAL HELPERS