Skip to content

Commit a00633e

Browse files
committed
Replace NodeJS 21 with 22 in devEngines field
21 is EOL and 22 is stable now. Homebrew installs 22 by default as well which is the practical reason for me to update this.
1 parent 6590358 commit a00633e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fixtures/flight/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.1.0",
55
"private": true,
66
"devEngines": {
7-
"node": "20.x || 21.x"
7+
"node": "20.x || 22.x"
88
},
99
"dependencies": {
1010
"@babel/core": "^7.16.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"yargs": "^15.3.1"
104104
},
105105
"devEngines": {
106-
"node": "16.x || 18.x || 20.x || 21.x"
106+
"node": "16.x || 18.x || 20.x || 22.x"
107107
},
108108
"jest": {
109109
"testRegex": "/scripts/jest/dont-run-jest-directly\\.js$"

0 commit comments

Comments
 (0)