Skip to content

Commit

Permalink
chore!: drop support for unmaintained node versions
Browse files Browse the repository at this point in the history
BREAKING CHANGE: require Node.js => 16
  • Loading branch information
sheerlox committed Jun 3, 2023
1 parent 44343c1 commit 96fae1a
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 @@ -16,7 +16,7 @@
"release": "semantic-release"
},
"engines": {
"node": ">=v14"
"node": ">=v16"
},
"dependencies": {
"conventional-changelog-conventionalcommits": "^5.0.0"
Expand Down

0 comments on commit 96fae1a

Please sign in to comment.