mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Allow Node.js 20 to build (#26693)
This is stable and appears to build w/o problem. I don't see why we should disallow it.
This commit is contained in:
+1
-1
@@ -102,7 +102,7 @@
|
||||
"yargs": "^15.3.1"
|
||||
},
|
||||
"devEngines": {
|
||||
"node": "16.x || 18.x || 19.x"
|
||||
"node": "16.x || 18.x || 19.x || 20.x"
|
||||
},
|
||||
"jest": {
|
||||
"testRegex": "/scripts/jest/dont-run-jest-directly\\.js$"
|
||||
|
||||
Reference in New Issue
Block a user