mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-22 03:42:14 +00:00
Fix Node.js version update at package.json (#6855)
* Fix #6854: node.js version upgrade * Fix #6854: node.js version update
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
"webpack-bundle-analyzer": "^4.5.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^16.8.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0"
|
||||
"node": ">=16.8.0"
|
||||
},
|
||||
"nextBundleAnalysis": {
|
||||
"budget": null,
|
||||
|
||||
Reference in New Issue
Block a user