diff --git a/scripts/_common.sh b/scripts/_common.sh index de88ecb..5230712 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # Node version -NODEJS_VERSION=12 +NODEJS_VERSION=15 # dependencies used by the app (must be on a single line) pkg_dependencies="postgresql"