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

New attempt at pinning the version of yarn

This commit is contained in:
Lab 8916100448256 2020-03-09 14:40:01 +01:00
parent 71ec651eb7
commit aa9d743184

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.19.2-1" --key="https://dl.yarnpkg.com/debian/pubkey.gpg"
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_nodejs 8