chore: upgrade to Node 22 by default (#11212)

This commit is contained in:
Sébastien Lorber 2025-05-28 15:04:14 +02:00 committed by GitHub
parent 264774a550
commit 2b15b85645
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

2
.nvmrc
View file

@ -1 +1 @@
18 22

View file

@ -11,7 +11,7 @@
[build.environment] [build.environment]
NETLIFY_USE_YARN = "true" NETLIFY_USE_YARN = "true"
YARN_VERSION = "1.22.19" YARN_VERSION = "1.22.19"
NODE_VERSION = "18" NODE_VERSION = "22"
NODE_OPTIONS = "--max_old_space_size=8192" NODE_OPTIONS = "--max_old_space_size=8192"
[context.production] [context.production]