mirror of
https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git
synced 2024-09-03 18:36:09 +02:00
node 18
This commit is contained in:
parent
270948b9f7
commit
b419786dc1
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ abiword_app_depencencies="abiword"
|
|||
libreoffice_app_dependencies="unoconv libreoffice-writer"
|
||||
|
||||
# NodeJS version
|
||||
nodejs_version=14
|
||||
nodejs_version=18
|
||||
|
||||
# MyPads version
|
||||
# This variable is mostly used to force an upgrade of the package in case of new versions of MyPads.
|
||||
|
|
|
@ -366,7 +366,7 @@ pushd $final_path
|
|||
popd
|
||||
|
||||
#=================================================
|
||||
# SOME HACKS
|
||||
# ADD MYPADS LINK
|
||||
#=================================================
|
||||
|
||||
if [ "$upgrade_type" == "UPGRADE_APP" ] && [ $mypads -eq 1 ]
|
||||
|
|
Loading…
Add table
Reference in a new issue