mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Add Node 17 to devEngines
This commit is contained in:
+1
-1
@@ -100,7 +100,7 @@
|
||||
"yargs": "^15.3.1"
|
||||
},
|
||||
"devEngines": {
|
||||
"node": "^12.17.0 || 13.x || 14.x || 15.x || 16.x"
|
||||
"node": "^12.17.0 || 13.x || 14.x || 15.x || 16.x || 17.x"
|
||||
},
|
||||
"jest": {
|
||||
"testRegex": "/scripts/jest/dont-run-jest-directly\\.js$"
|
||||
|
||||
Reference in New Issue
Block a user