Skip to content

Commit

Permalink
Replace NodeJS 21 with 22 in devEngines field
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kassens committed Aug 5, 2024
1 parent 6590358 commit a00633e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fixtures/flight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.1.0",
"private": true,
"devEngines": {
"node": "20.x || 21.x"
"node": "20.x || 22.x"
},
"dependencies": {
"@babel/core": "^7.16.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"yargs": "^15.3.1"
},
"devEngines": {
"node": "16.x || 18.x || 20.x || 21.x"
"node": "16.x || 18.x || 20.x || 22.x"
},
"jest": {
"testRegex": "/scripts/jest/dont-run-jest-directly\\.js$"
Expand Down

0 comments on commit a00633e

Please sign in to comment.