mirror of
https://github.com/YunoHost-Apps/codimd_ynh.git
synced 2024-09-03 18:16:32 +02:00
nodejs version 10
This commit is contained in:
parent
871ea3c2de
commit
637fd0551d
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ ynh_install_app_dependencies postgresql apt-transport-https
|
|||
# Install Yarn
|
||||
ynh_install_extra_app_dependencies --repo="deb https://dl.yarnpkg.com/debian/ stable main" --package="yarn" --key="https://dl.yarnpkg.com/debian/pubkey.gpg"
|
||||
|
||||
ynh_install_nodejs 8
|
||||
ynh_install_nodejs 10
|
||||
|
||||
#==============================================
|
||||
# CREATE DB
|
||||
|
|
Loading…
Add table
Reference in a new issue