From 3973ab5878d0089cddce7be8351126745d0fba7d Mon Sep 17 00:00:00 2001 From: rosbeef andino Date: Fri, 21 Oct 2022 00:25:27 +0000 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 c60db3d..de88ecb 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # Node version -NODEJS_VERSION=16 +NODEJS_VERSION=12 # dependencies used by the app (must be on a single line) pkg_dependencies="postgresql"