Skip to content

Commit

Permalink
Drop support for Node v8, v9, v10, v11
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Apr 7, 2021
1 parent 70bb36c commit a39df49
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 @@ -5,7 +5,7 @@
"main": "dist/index.js",
"bin": "dist/index.js",
"engines": {
"node": ">= 8.x"
"node": ">= 12.x"
},
"scripts": {
"test": "npm run check && npm run prettier:check",
Expand Down

0 comments on commit a39df49

Please sign in to comment.