Skip to content

Commit

Permalink
feat: increase supported node version up to 12
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop support of node versions less than 12
  • Loading branch information
j0tunn committed Sep 16, 2022
1 parent b33a6f9 commit ae1e4b2
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 @@ -38,7 +38,7 @@
"release": "standard-version"
},
"engines": {
"node": ">= 8.0.0"
"node": ">= 12.0.0"
},
"author": "Sergey Tatarintsev <[email protected]> (https://github.com/SevInf)",
"license": "MIT",
Expand Down

0 comments on commit ae1e4b2

Please sign in to comment.