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:
parent
264546c815
commit
8c0f443304
2 changed files with 3 additions and 3 deletions
|
@ -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]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue