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 80d35d2 commit 9a3d78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"examples/*"
],
"engines": {
"node": ">=18",
"node": ">=20",
"npm": ">=8.16.0",
"git": ">=2.18.0"
},
Expand Down

0 comments on commit 9a3d78b

Please sign in to comment.