mirror of
https://github.com/YunoHost-Apps/n8n_ynh.git
synced 2024-09-03 19:55:52 +02:00
fix
This commit is contained in:
parent
1e52e31001
commit
b84f82359f
2 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@ name = "n8n"
|
||||||
description.en = "Workflow Automation Tool. Easily automate tasks across different services"
|
description.en = "Workflow Automation Tool. Easily automate tasks across different services"
|
||||||
description.fr = "Outil d'automatisation du flux de travail. Automatisez facilement les tâches sur différents services"
|
description.fr = "Outil d'automatisation du flux de travail. Automatisez facilement les tâches sur différents services"
|
||||||
|
|
||||||
version = "0.221.2~ynh1"
|
version = "1.1.1~ynh1"
|
||||||
|
|
||||||
maintainers = []
|
maintainers = []
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ admindoc = "https://docs.n8n.io/"
|
||||||
code = "https://github.com/n8n-io/n8n"
|
code = "https://github.com/n8n-io/n8n"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.19"
|
yunohost = ">= 11.2"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = false
|
multi_instance = false
|
||||||
ldap = false
|
ldap = false
|
||||||
|
|
|
@ -4,9 +4,9 @@
|
||||||
# COMMON VARIABLES
|
# COMMON VARIABLES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
nodejs_version=18
|
nodejs_version=20
|
||||||
|
|
||||||
n8n_version=0.228.2
|
n8n_version=1.1.1
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PERSONAL HELPERS
|
# PERSONAL HELPERS
|
||||||
|
|
Loading…
Reference in a new issue