[churn] remove Node 19 from dev engines, add 21 (#27870)
This allows running `yarn` with Node 21 installed, also removes Node 19 which is no longer supported according to https://nodejs.org/en/about/previous-releases
Jan Kassens committed
Jan 2, 2024 at 14:39 UTC
1d5667a1273386f84e416059af7b6aba069e068e
1 file changed
+1
-1
package.json
+1
-1
@@ -99,7 +99,7 @@
99
"yargs": "^15.3.1"
100
},
101
"devEngines": {
102
- "node": "16.x || 18.x || 19.x || 20.x"
102
+ "node": "16.x || 18.x || 20.x || 21.x"
103
},
104
"jest": {
105
"testRegex": "/scripts/jest/dont-run-jest-directly\\.js$"