Skip to content

Commit 8c10062

Browse files
authored
Build: specify Node.js 16 as minimum for dev (facebook#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
1 parent d814473 commit 8c10062

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v14.17.6
1+
v16.19.1

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"yargs": "^15.3.1"
103103
},
104104
"devEngines": {
105-
"node": "^12.17.0 || 13.x || 14.x || 15.x || 16.x || 17.x || 18.x"
105+
"node": "16.x || 18.x || 19.x"
106106
},
107107
"jest": {
108108
"testRegex": "/scripts/jest/dont-run-jest-directly\\.js$"

0 commit comments

Comments
 (0)