Skip to content

Commit

Permalink
bump minimum required node version to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Jun 5, 2024
1 parent 99a97a1 commit 2863bff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
## System Requirements

- [git][git] v2.18 or greater
- [NodeJS][node] v18 or greater
- [NodeJS][node] v20 or greater
- [npm][npm] v8 or greater

All of these must be available in your `PATH`. To verify things are set up
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"examples/*"
],
"engines": {
"node": ">=18",
"node": ">=20",
"npm": ">=8.16.0",
"git": ">=2.18.0"
},
Expand Down

0 comments on commit 2863bff

Please sign in to comment.