We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6590358 commit a00633eCopy full SHA for a00633e
fixtures/flight/package.json
@@ -4,7 +4,7 @@
4
"version": "0.1.0",
5
"private": true,
6
"devEngines": {
7
- "node": "20.x || 21.x"
+ "node": "20.x || 22.x"
8
},
9
"dependencies": {
10
"@babel/core": "^7.16.0",
package.json
@@ -103,7 +103,7 @@
103
"yargs": "^15.3.1"
104
105
106
- "node": "16.x || 18.x || 20.x || 21.x"
+ "node": "16.x || 18.x || 20.x || 22.x"
107
108
"jest": {
109
"testRegex": "/scripts/jest/dont-run-jest-directly\\.js$"
0 commit comments