mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-19 17:49:19 +02:00
chore: upgrade to Node 22 by default (#11212)
This commit is contained in:
parent
264774a550
commit
2b15b85645
2 changed files with 2 additions and 2 deletions
2
.nvmrc
2
.nvmrc
|
@ -1 +1 @@
|
||||||
18
|
22
|
||||||
|
|
|
@ -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]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue