From f38707fd1d79ee2a41b5b96eebf184946386be29 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 21 Apr 2020 21:10:44 +0200 Subject: [PATCH] update restore to nodejs v.12 --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 81c2f9f..84b828e 100644 --- a/scripts/restore +++ b/scripts/restore @@ -75,7 +75,7 @@ ynh_script_progression --message="Reinstalling dependencies..." --weight=75 # Define and install dependencies ynh_install_app_dependencies $pkg_dependencies -ynh_exec_warn_less ynh_install_nodejs --nodejs_version=8 +ynh_exec_warn_less ynh_install_nodejs --nodejs_version=12 python3 -m pip install pipenv