Skip to content
This repository has been archived by the owner on Jul 23, 2023. It is now read-only.

Commit

Permalink
feat: updated to node 12
Browse files Browse the repository at this point in the history
BREAKING CHANGE: min node version is 12
  • Loading branch information
ematipico committed Sep 12, 2020
1 parent 76369bf commit 12834e4
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 @@ -59,7 +59,7 @@
"meow": "7.1.1"
},
"engines": {
"node": ">= 10.x.x"
"node": ">= 12.x.x"
},
"peerDependencies": {
"next": ">=9.3.2"
Expand Down

0 comments on commit 12834e4

Please sign in to comment.