mirror of
https://github.com/YunoHost-Apps/codimd_ynh.git
synced 2024-09-03 18:16:32 +02:00
Use nodejs 8 as advised by the documentation
This commit is contained in:
parent
90512c7d08
commit
b5fecb6677
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ ynh_install_app_dependencies postgresql apt-transport-https
|
|||
#=================================================
|
||||
# Use Helper instead of package from the repo
|
||||
|
||||
ynh_install_nodejs 6
|
||||
ynh_install_nodejs 8
|
||||
|
||||
#==============================================
|
||||
# CREATE DB
|
||||
|
|
Loading…
Add table
Reference in a new issue