From ae1e73e871f85cc1e599ed1582cbec9783c3d78c Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Sat, 27 Jan 2024 11:27:52 +0000 Subject: [PATCH] Static build: upgrade node version For sharp dependency --- utils/lib_sxng_node.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/lib_sxng_node.sh b/utils/lib_sxng_node.sh index eac5bb16b..24c8f506f 100755 --- a/utils/lib_sxng_node.sh +++ b/utils/lib_sxng_node.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # SPDX-License-Identifier: AGPL-3.0-or-later -export NODE_MINIMUM_VERSION="16.13.0" +export NODE_MINIMUM_VERSION="18.17.0" node.help(){ cat <