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 11c2e57 commit 09101e6
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 @@ -49,7 +49,7 @@ speed on some of the tools and concepts we'll be covering:
## 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 @@ -48,7 +48,7 @@
"eslint-plugin-react-hooks": "$eslint-plugin-react-hooks"
},
"engines": {
"node": ">=18",
"node": ">=20",
"npm": ">=9.3.0",
"git": ">=2.18.0"
},
Expand Down

0 comments on commit 09101e6

Please sign in to comment.