Skip to content

Commit

Permalink
[churn] remove Node 19 from dev engines, add 21 (#27870)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
kassens committed Jan 2, 2024
1 parent 45d61cf commit 1d5667a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"yargs": "^15.3.1"
},
"devEngines": {
"node": "16.x || 18.x || 19.x || 20.x"
"node": "16.x || 18.x || 20.x || 21.x"
},
"jest": {
"testRegex": "/scripts/jest/dont-run-jest-directly\\.js$"
Expand Down

0 comments on commit 1d5667a

Please sign in to comment.