From cda9f6fb6e43ab64826712366a30909df5056682 Mon Sep 17 00:00:00 2001 From: Salamandar <6552989+Salamandar@users.noreply.github.com> Date: Sat, 25 May 2024 23:11:49 +0200 Subject: [PATCH] Update nodejs to 18 (#173) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update nodejs to 18 * Auto-update README * Auto-update README --------- Co-authored-by: yunohost-bot Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 4d5f303..06ebbfb 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,7 +6,7 @@ ruby_version="3.0.0" -nodejs_version="16" +nodejs_version="18" libjemalloc="$(ldconfig -p | grep libjemalloc | awk 'END {print $NF}')"