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

22 lines
551 B
Bash
Raw Normal View History

2021-09-18 14:27:12 +02:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
2022-01-21 13:10:30 +01:00
nodejs_version=16
2021-09-18 14:27:12 +02:00
2022-03-20 15:23:50 +01:00
n8n_version=0.168.2
2021-09-18 14:27:12 +02:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================