From 697edfc757ded9934cb84832a882e5f69315a9c8 Mon Sep 17 00:00:00 2001 From: Limezy Date: Tue, 21 Sep 2021 21:35:27 +0800 Subject: [PATCH] Install node v14 instead of 10 --- scripts/install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install b/scripts/install index 3670f57..103f38a 100755 --- a/scripts/install +++ b/scripts/install @@ -100,6 +100,9 @@ ynh_app_setting_set --app=$app --key=port --value=$port #================================================= ynh_script_progression --message="Installing dependencies..." --time --weight=1 +# Install nodejs +ynh_install_nodejs --nodejs_version=$NODEJS_VERSION + ### `ynh_install_app_dependencies` allows you to add any "apt" dependencies to the package. ### Those deb packages will be installed as dependencies of this package. ### If you're not using this helper: