mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Add support for Node v13 for development (#17837)
This commit is contained in:
committed by
Dan Abramov
parent
1e1a989422
commit
643dcb5526
@@ -92,7 +92,7 @@
|
||||
"webpack": "^4.41.2"
|
||||
},
|
||||
"devEngines": {
|
||||
"node": "8.x || 9.x || 10.x || 11.x || 12.x"
|
||||
"node": "8.x || 9.x || 10.x || 11.x || 12.x || 13.x"
|
||||
},
|
||||
"jest": {
|
||||
"testRegex": "/scripts/jest/dont-run-jest-directly\\.js$"
|
||||
|
||||
Reference in New Issue
Block a user