From 82b9e533b2e23275840626d4e1685fe81b47ab85 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Sat, 27 Jan 2024 11:27:52 +0000 Subject: [PATCH] [fix] static.build: upgrade min. node version to 18.17 For sharp [1] dependency / this commit was cherry picked from PR #3157 [1] https://www.npmjs.com/package/sharp --- 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 27a69a62a..4ca51324d 100755 --- a/utils/lib_sxng_node.sh +++ b/utils/lib_sxng_node.sh @@ -4,7 +4,7 @@ declare _Blue declare _creset -export NODE_MINIMUM_VERSION="16.13.0" +export NODE_MINIMUM_VERSION="18.17.0" node.help(){ cat <