Skip to content

Commit

Permalink
feat: update node.js version
Browse files Browse the repository at this point in the history
BREAKING CHANGE: lower node.js versions will not be supported
  • Loading branch information
RyuuGan committed Feb 11, 2022
1 parent 30fcfa8 commit 4eb7990
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 @@ -11,7 +11,7 @@
"dist/**/*"
],
"engines": {
"node": ">=10.0.0"
"node": ">=14.0.0"
},
"scripts": {
"test": "mocha",
Expand Down

0 comments on commit 4eb7990

Please sign in to comment.