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 6eb659a commit 93482ba
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 @@ -47,7 +47,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 @@ -23,7 +23,7 @@
"examples/*"
],
"engines": {
"node": ">=18",
"node": ">=20",
"npm": ">=8.16.0",
"git": ">=2.18.0"
},
Expand Down

0 comments on commit 93482ba

Please sign in to comment.