mirror of
https://github.com/YunoHost-Apps/tooljet_ynh.git
synced 2024-10-01 13:34:55 +02:00
Update _common.sh
This commit is contained in:
parent
654585ca9f
commit
6a42314640
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@
|
||||||
# dependencies used by the app
|
# dependencies used by the app
|
||||||
pkg_dependencies="postgresql postgresql-contrib libpq-dev"
|
pkg_dependencies="postgresql postgresql-contrib libpq-dev"
|
||||||
|
|
||||||
NODEJS_VERSION="18"
|
NODEJS_VERSION="18.3"
|
||||||
NPM_VERSION=">=8.11"
|
NPM_VERSION="8.11.0"
|
||||||
|
|
||||||
main_domain=$(cat /etc/yunohost/current_host)
|
main_domain=$(cat /etc/yunohost/current_host)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue