diff --git a/scripts/_common.sh b/scripts/_common.sh index c593977..ce634ac 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -9,6 +9,8 @@ nodejs_version=14 # dependencies used by the app pkg_dependencies="apt-transport-https build-essential gzip curl fontconfig graphicsmagick" +YNH_MONGO_VERSION=4.4 + #================================================= # PERSONAL HELPERS #=================================================