Skip to content

Commit

Permalink
[churn] remove Node 19 from dev engines, add 21 (facebook#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 authored and AndyPengc12 committed Apr 15, 2024
1 parent 3805e19 commit 118e1fd
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 118e1fd

Please sign in to comment.