diff --git a/manifest.toml b/manifest.toml index c8779b7..79bfea9 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "n8n" 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" -version = "0.221.2~ynh1" +version = "1.1.1~ynh1" maintainers = [] @@ -16,7 +16,7 @@ admindoc = "https://docs.n8n.io/" code = "https://github.com/n8n-io/n8n" [integration] -yunohost = ">= 11.1.19" +yunohost = ">= 11.2" architectures = "all" multi_instance = false ldap = false diff --git a/scripts/_common.sh b/scripts/_common.sh index c2d2d33..3ffdb1c 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,9 +4,9 @@ # COMMON VARIABLES #================================================= -nodejs_version=18 +nodejs_version=20 -n8n_version=0.228.2 +n8n_version=1.1.1 #================================================= # PERSONAL HELPERS