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