Skip to content

Commit

Permalink
drop support for node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
ctalkington authored Sep 2, 2023
1 parent d612581 commit d3ce24d
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 @@ -25,7 +25,7 @@
"file.js"
],
"engines": {
"node": ">= 10"
"node": ">= 12.0.0"
},
"scripts": {
"test": "mocha --reporter dot"
Expand Down

0 comments on commit d3ce24d

Please sign in to comment.