1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/calckey_ynh.git synced 2024-09-03 18:16:18 +02:00

Fix nodejs_version

This commit is contained in:
oufmilo 2023-02-17 06:59:01 +01:00
parent 02bb1878a8
commit 268e778fea

View file

@ -6,7 +6,7 @@
# PHP APP SPECIFIC
#=================================================
NODEJS_VERSION="19"
NODEJS_VERSION="18.14.1"
# dependencies used by the app
pkg_dependencies="ffmpeg postgresql build-essential"