Skip to content

Commit

Permalink
>=16
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed May 30, 2023
1 parent 82ba497 commit 922e542
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 @@ -57,7 +57,7 @@ For a local development environment, follow the instructions below
## System Requirements

- [git][git] v2.13 or greater
- [NodeJS][node] `14 || 16 || 18`
- [NodeJS][node] `>=16`
- [npm][npm] v8.16.0 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 @@ -10,7 +10,7 @@
"license": "GPL-3.0-only",
"main": "src/index.js",
"engines": {
"node": "14 || 16 || 18",
"node": ">=16",
"npm": ">=8.16.0"
},
"dependencies": {
Expand Down

0 comments on commit 922e542

Please sign in to comment.