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 14:23:27 -04:00 committed by GitHub
parent fd3fb8e3c5
commit 5d7ebb4b78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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$"