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:
Jan Kassens
2023-04-21 19:23:27 +01:00
committed by GitHub
parent fd3fb8e3c5
commit 5d7ebb4b78
+1 -1
View File
@@ -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$"