@samitouri / QOS-React / commits / 187dd6a7a2

Replace NodeJS 21 with 22 in devEngines field (#30598)

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.

Jan Kassens committed Aug 6, 2024 at 11:06 UTC 187dd6a7a234095dfe67d3ee30dabfd5e2ddc531
2 files changed +2 -2
fixtures/flight/package.json
+1 -1
@@ -4,7 +4,7 @@
4 "version": "0.1.0",
5 "private": true,
6 "devEngines": {
7 - "node": "20.x || 21.x"
7 + "node": "20.x || 22.x"
8 },
9 "dependencies": {
10 "@babel/core": "^7.16.0",
package.json
+1 -1
@@ -103,7 +103,7 @@
103 "yargs": "^15.3.1"
104 },
105 "devEngines": {
106 - "node": "16.x || 18.x || 20.x || 21.x"
106 + "node": "16.x || 18.x || 20.x || 22.x"
107 },
108 "jest": {
109 "testRegex": "/scripts/jest/dont-run-jest-directly\\.js$"