From b0aa28b414f2c0dc9c8d3525c020c5a5aa48acac Mon Sep 17 00:00:00 2001 From: lapineige Date: Wed, 3 May 2023 21:48:38 +0200 Subject: [PATCH] set a nodejs version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Random one… --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index ad4b3d4..bfbd526 100644 --- a/scripts/install +++ b/scripts/install @@ -9,7 +9,7 @@ source _common.sh source /usr/share/yunohost/helpers -ynh_install_nodejs +ynh_install_nodejs -nodejs_version=16.13.0 ynh_use_nodejs secret_key_base=$(ynh_string_random --length=24)