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

Update scripts/_common.sh: revert to node 14 in the hope to fix the package json hell with express-session

This commit is contained in:
Alexandre Aubin 2023-12-10 23:26:05 +01:00 committed by GitHub
parent 2042063553
commit f1de672c82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
#================================================= #=================================================
# NodeJS version # NodeJS version
nodejs_version=16 nodejs_version=14
# MyPads version # MyPads version
# This variable is mostly used to force an upgrade of the package in case of new versions of MyPads. # This variable is mostly used to force an upgrade of the package in case of new versions of MyPads.