From b84f82359ff99a4f46d4a64c3952dfcda0927b5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 13 Aug 2023 18:54:07 +0200 Subject: [PATCH] fix --- manifest.toml | 4 ++-- scripts/_common.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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