Build: specify Node.js 16 as minimum for dev (#26343)

- Specifies Node 16 as the minimum supported version.
- Remove no longer supported 17.x version (per
https://nodejs.dev/en/about/releases/)
- Add 19.x

Test Plan:
(using node 19) as that's what I'm adding)
- yarn build
- yarn test
This commit is contained in:
Jan Kassens 2023-03-08 12:14:36 -05:00 committed by GitHub
parent d814473047
commit 8c100620ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
.nvmrc
View File

@ -1 +1 @@
v14.17.6
v16.19.1

View File

@ -102,7 +102,7 @@
"yargs": "^15.3.1"
},
"devEngines": {
"node": "^12.17.0 || 13.x || 14.x || 15.x || 16.x || 17.x || 18.x"
"node": "16.x || 18.x || 19.x"
},
"jest": {
"testRegex": "/scripts/jest/dont-run-jest-directly\\.js$"