mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-25 17:22:50 +00:00
chore: upgrade to Node 22 by default (#11212)
This commit is contained in:
parent
264774a550
commit
2b15b85645
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue