mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 00:20:04 +01:00
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.
This commit is contained in:
parent
eb1d52b01b
commit
187dd6a7a2
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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$"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user