Skip to content

Commit

Permalink
Drop NodeJS 12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
floatdrop committed Oct 5, 2022
1 parent 454e8e7 commit 2b08875
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 @@ -13,7 +13,7 @@
"exports": "./index.js",
"types": "./types.d.ts",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
"node": "^14.20.1 || >=16.0.0"
},
"scripts": {
"test": "xo && ava"
Expand Down

0 comments on commit 2b08875

Please sign in to comment.