Add Node 17 to devEngines

This commit is contained in:
Dan Abramov
2022-03-25 04:20:39 +00:00
parent 78fa7109c7
commit 4072bdfd6d
+1 -1
View File
@@ -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$"