Skip to content

Commit

Permalink
drop support for node v12
Browse files Browse the repository at this point in the history
  • Loading branch information
ctalkington authored Feb 27, 2024
1 parent 4dba2cf commit e5009a9
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 @@ -21,7 +21,7 @@
"lib"
],
"engines": {
"node": ">= 12.0.0"
"node": ">= 14"
},
"scripts": {
"test": "mocha --reporter dot",
Expand Down

0 comments on commit e5009a9

Please sign in to comment.