1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mongo-express_ynh.git synced 2024-09-03 19:46:04 +02:00

fixed bad auto-update

This commit is contained in:
Gérard Collin 2024-09-03 08:42:50 +02:00
parent 264546c815
commit 8c0f443304
2 changed files with 3 additions and 3 deletions

View file

@ -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]

View file

@ -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