Skip to content

Commit

Permalink
feat: drop support for node < v14
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Minimium supported Node version is v14
  • Loading branch information
plasticrake committed Jul 11, 2022
1 parent 3b09b00 commit e5dd256
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 @@ -71,7 +71,7 @@
"typescript": "^3.9.5"
},
"engines": {
"node": ">=10.0.0"
"node": ">=14"
},
"standard-version": {
"scripts": {
Expand Down

0 comments on commit e5dd256

Please sign in to comment.