From 953b4cd314ade376eddfc972271c8f030220bf30 Mon Sep 17 00:00:00 2001 From: rosbeef andino Date: Fri, 21 Oct 2022 00:44:26 +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 5230712..d71e8f3 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # Node version -NODEJS_VERSION=15 +NODEJS_VERSION=14 # dependencies used by the app (must be on a single line) pkg_dependencies="postgresql"