From a2108b0001538e8ab8f3f7c93eba661c3412fa91 Mon Sep 17 00:00:00 2001 From: Florent Date: Sun, 12 Dec 2021 22:40:44 +0100 Subject: [PATCH] Bump to version 0.153.0 --- manifest.json | 2 +- scripts/install | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 8c6164f..714554a 100755 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Workflow Automation Tool. Easily automate tasks across different services", "fr": "Outil d'automatisation du flux de travail. Automatisez facilement les tâches sur différents services" }, - "version": "0.138.0~ynh1", + "version": "0.153.0~ynh1", "url": "https://n8n.io/", "upstream": { "license": "Apache-2.0-with-commons-clause", diff --git a/scripts/install b/scripts/install index ec0a6e7..cc7b3cf 100755 --- a/scripts/install +++ b/scripts/install @@ -105,7 +105,7 @@ ynh_script_progression --message="Installing $app..." --weight=2 pushd $final_path ynh_use_nodejs - ynh_exec_warn_less env $ynh_node_load_PATH npm install n8n --unsafe-perm + ynh_exec_warn_less env $ynh_node_load_PATH npm install n8n@${n8n_version} popd chmod 750 "$final_path"