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
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
18
22
+1 -1
View File
@@ -11,7 +11,7 @@
[build.environment]
NETLIFY_USE_YARN = "true"
YARN_VERSION = "1.22.19"
NODE_VERSION = "18"
NODE_VERSION = "22"
NODE_OPTIONS = "--max_old_space_size=8192"
[context.production]