diff options
| author | Alexandre Flament <alex@al-f.net> | 2024-01-27 11:27:52 +0000 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-03-18 06:19:44 +0100 |
| commit | 82b9e533b2e23275840626d4e1685fe81b47ab85 (patch) | |
| tree | 3ff52ca110e4184904a1031346436c2821345dc8 /utils | |
| parent | babbe9e1ae661015900d549a48fb8a6dc00ac7a7 (diff) | |
[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
Diffstat (limited to 'utils')
| -rwxr-xr-x | utils/lib_sxng_node.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 <<EOF |