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"