Skip to content

Commit

Permalink
fix: engines should be more permissive
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Aug 2, 2023
1 parent 9692b44 commit c994dcc
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 @@ -21,7 +21,7 @@
"thirty-two": "^1.0.2"
},
"engines": {
"node": "20"
"node": ">=18"
},
"prettier": {
"semi": false,
Expand Down

0 comments on commit c994dcc

Please sign in to comment.