mirror of
https://github.com/YunoHost-Apps/n8n_ynh.git
synced 2024-09-03 19:55:52 +02:00
Bump to version 0.153.0
This commit is contained in:
parent
78ced9bb16
commit
a2108b0001
2 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue