1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/audiobookshelf_ynh.git synced 2024-09-03 18:06:19 +02:00

don’t update nodejs and npm for now

This commit is contained in:
Thomas 2024-02-11 12:47:12 +01:00 committed by GitHub
parent 12fc02db7e
commit cb27c51a57
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 5 deletions

View file

@ -7,7 +7,7 @@
# dependencies used by the app
# nodejs version
nodejs_version=18
nodejs_version=16
#=================================================
# PERSONAL HELPERS

View file

@ -17,7 +17,7 @@ ynh_script_progression --message="Installing dependencies..." --weight=10
ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version
# Upgrade NPM
ynh_npm install --global npm@latest
ynh_npm install --global npm@7.21.1
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE

View file

@ -18,7 +18,7 @@ ynh_script_progression --message="Reinstalling dependencies..." --weight=10
ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version
# Upgrade NPM
ynh_npm install --global npm@latest
ynh_npm install --global npm@7.21.1
#=================================================
# STANDARD RESTORATION STEPS

View file

@ -17,8 +17,7 @@ ynh_script_progression --message="Upgrading dependencies..." --weight=10
ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version
# Upgrade NPM
ynh_npm install --global npm@latest
ynh_npm install --global npm@7.21.1
#=================================================
# CHECK VERSION
#=================================================