diff --git a/manifest.toml b/manifest.toml index 19e1a38..d4ae843 100644 --- a/manifest.toml +++ b/manifest.toml @@ -47,7 +47,7 @@ ram.runtime = "50M" ask.fr = "Choisissez la version de Mongo a installer ou 'None' si Mongo est déjà installé" type = "select" choices = ["None", "4.4", "5.0", "6.0", "7.0"] - default = "6.0" + default = "7.0" [resources] [resources.sources.main] diff --git a/scripts/_common.sh b/scripts/_common.sh index 2d4d5fd..cf7e7a0 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,8 +4,8 @@ # COMMON VARIABLES AND CUSTOM HELPERS #================================================= -nodejs_version=16 -mongo_version=6.0 +nodejs_version=20 +mongo_version=7.0 _install_yarn () { ynh_exec_as_app npm install yarn