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

Upgrade Node to 15

This commit is contained in:
ericgaspar 2021-04-08 19:21:42 +02:00
parent 97aa49f11e
commit 790a1375cd

View file

@ -7,7 +7,7 @@
# dependencies used by the app # dependencies used by the app
pkg_dependencies="postgresql apt-transport-https" pkg_dependencies="postgresql apt-transport-https"
nodejs_version=14 nodejs_version=15
#================================================= #=================================================
# PERSONAL HELPERS # PERSONAL HELPERS