From e3a609bd762f4efdfa5c84cf732dc44a3e84a416 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 5 Feb 2019 17:44:15 +0100 Subject: [PATCH] change nodejs version to the good one --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index a70004d..0c9a179 100644 --- a/scripts/restore +++ b/scripts/restore @@ -53,7 +53,7 @@ ynh_system_user_create $app "$final_path" #================================================= # INSTALL DEPENDENCIES #================================================= -ynh_install_nodejs 4.8.7 +ynh_install_nodejs 8.9.3 # Install mongodb ynh_install_app_dependencies "mongodb mongodb-server"