diff --git a/scripts/_common.sh b/scripts/_common.sh index 7912aa4..932dbe6 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -nodejs_version=14 +nodejs_version="16" #================================================= # PERSONAL HELPERS diff --git a/scripts/install b/scripts/install index 37098a2..41a9024 100644 --- a/scripts/install +++ b/scripts/install @@ -58,7 +58,6 @@ pushd "$install_dir/src" ynh_exec_warn_less ynh_exec_as "$app" "$ynh_node_load_PATH" "$ynh_npm" install node-gyp ynh_exec_warn_less ynh_exec_as "$app" "$ynh_node_load_PATH" "$ynh_npm" install argon2-cli ynh_exec_warn_less ynh_exec_as "$app" "$ynh_node_load_PATH" "$ynh_npm" install - ynh_exec_warn_less ynh_exec_as "$app" "$ynh_node_load_PATH" "$ynh_npm" audit fix popd # Setup user credentials file diff --git a/scripts/upgrade b/scripts/upgrade index b77c623..fa0d769 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -84,7 +84,6 @@ pushd "$install_dir/src" ynh_exec_warn_less ynh_exec_as "$app" "$ynh_node_load_PATH" "HOME=$install_dir" "$ynh_npm" install node-gyp ynh_exec_warn_less ynh_exec_as "$app" "$ynh_node_load_PATH" "HOME=$install_dir" "$ynh_npm" install argon2-cli ynh_exec_warn_less ynh_exec_as "$app" "$ynh_node_load_PATH" "HOME=$install_dir" "$ynh_npm" install - ynh_exec_warn_less ynh_exec_as "$app" "$ynh_node_load_PATH" "HOME=$install_dir" "$ynh_npm" audit fix popd #=================================================