Skip to content

Commit

Permalink
feat: drop node < 18
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Require Node 18 or greater
  • Loading branch information
kentcdodds committed Nov 14, 2023
1 parent da24af7 commit f13d978
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 @@ -14,7 +14,7 @@
"author": "Kent C. Dodds <me@kentcdodds.com> (https://kentcdodds.com)",
"license": "MIT",
"engines": {
"node": ">=14",
"node": ">=18",
"npm": ">=6"
},
"repository": {
Expand Down

0 comments on commit f13d978

Please sign in to comment.