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

Revert failed attempt to pin version of yarn

This commit is contained in:
Lab 8916100448256 2020-03-09 15:20:44 +01:00
parent d07bdbcd17
commit 9dd8bb1c54

View file

@ -62,7 +62,7 @@ ynh_script_progression --message="Installing dependencies..."
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(<1.20)" --key="https://dl.yarnpkg.com/debian/pubkey.gpg"
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