Skip to content

Commit 1d5667a

Browse files
authored
[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
1 parent 45d61cf commit 1d5667a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"yargs": "^15.3.1"
100100
},
101101
"devEngines": {
102-
"node": "16.x || 18.x || 19.x || 20.x"
102+
"node": "16.x || 18.x || 20.x || 21.x"
103103
},
104104
"jest": {
105105
"testRegex": "/scripts/jest/dont-run-jest-directly\\.js$"

0 commit comments

Comments
 (0)