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 b5aa002 commit 903e039
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"vanilla-tilt": "^1.8.1"
},
"devDependencies": {
"@epic-web/config": "^1.3.9",
"@epic-web/config": "^1.4.0",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"eslint": "^9.1.1",
Expand All @@ -43,7 +43,7 @@
"eslint-plugin-react-hooks": "$eslint-plugin-react-hooks"
},
"engines": {
"node": ">=18",
"node": ">=20",
"npm": ">=8.16.0",
"git": ">=2.18.0"
},
Expand Down

0 comments on commit 903e039

Please sign in to comment.