Skip to content

Commit

Permalink
feat: drop Node 10 support (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickserv authored Aug 1, 2021
1 parent 93317d9 commit d704516
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 @@ -15,7 +15,7 @@
"setup": "npm install && npm run validate -s"
},
"engines": {
"node": ">10.18"
"node": ">=12"
},
"files": [
"types",
Expand Down

0 comments on commit d704516

Please sign in to comment.