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

change nodejs version to the good one

This commit is contained in:
yalh76 2019-02-05 17:44:15 +01:00
parent b60392128c
commit e3a609bd76

View file

@ -53,7 +53,7 @@ ynh_system_user_create $app "$final_path"
#================================================= #=================================================
# INSTALL DEPENDENCIES # INSTALL DEPENDENCIES
#================================================= #=================================================
ynh_install_nodejs 4.8.7 ynh_install_nodejs 8.9.3
# Install mongodb # Install mongodb
ynh_install_app_dependencies "mongodb mongodb-server" ynh_install_app_dependencies "mongodb mongodb-server"