1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/n8n_ynh.git synced 2024-09-03 19:55:52 +02:00

Update _common.sh

Retrieve n8n version based on upstream
This commit is contained in:
CodeShakingSheep 2024-03-30 15:08:12 -05:00 committed by GitHub
parent f4fae5dd8e
commit 5ad5892b88
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@
nodejs_version=20
n8n_version=1.29.0
n8n_version=$(ynh_app_upstream_version)
timezone="$(cat /etc/timezone)"
main_domain=$(cat /etc/yunohost/current_host)