Skip to content

Commit

Permalink
chore: drop support for node < 14
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop support for node < 14
  • Loading branch information
NullVoxPopuli committed Oct 13, 2022
1 parent 398a700 commit 18fd5b2
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 @@ -23,7 +23,7 @@
"lint:fix": "eslint . --fix"
},
"engines": {
"node": "> 10"
"node": "^14 || ^16 || ^18"
},
"devDependencies": {
"@babel/core": "^7.16.7",
Expand Down

0 comments on commit 18fd5b2

Please sign in to comment.