From 8c0f44330425a5d420fd9631d37994189a57c957 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rard=20Collin?= Date: Tue, 3 Sep 2024 08:42:50 +0200 Subject: [PATCH] fixed bad auto-update --- manifest.toml | 2 +- scripts/_common.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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