mirror of
https://github.com/searxng/searxng.git
synced 2025-04-08 04:34:06 +00:00
[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
This commit is contained in:
parent
babbe9e1ae
commit
82b9e533b2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue