Upgrade Node.js to 20.19.2 (#221177)

https://github.com/nodejs/node/releases/tag/v20.19.2

---------

Co-authored-by: Tiago Costa <tiago.costa@elastic.co>
This commit is contained in:
Jon 2025-06-09 12:17:42 -05:00 committed by GitHub
parent ae59beadcd
commit 96f48648a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 44 additions and 35 deletions

View file

@ -60,7 +60,7 @@ while read -r config; do
# --trace-warnings to debug
# Node.js process-warning detected:
# Warning: Closing file descriptor 24 on garbage collection
cmd="NODE_OPTIONS=\"--max-old-space-size=12288 --trace-warnings"
cmd="NODE_OPTIONS=\"--max-old-space-size=12288 --trace-warnings --no-experimental-require-module"
if [ "${KBN_ENABLE_FIPS:-}" == "true" ]; then
cmd=$cmd" --enable-fips --openssl-config=$HOME/nodejs.cnf"