Skip to content

Commit

Permalink
Drop support for Node.js prior 12.20
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Jul 14, 2022
1 parent fb6f3e0 commit ebeb5e3
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 @@ -18,7 +18,7 @@
},
"main": "./lib/index.js",
"engines": {
"node": ">=8.0.0"
"node": ">=12.0.0"
},
"scripts": {
"test": "mocha --reporter dot",
Expand Down

0 comments on commit ebeb5e3

Please sign in to comment.