Skip to content

Commit

Permalink
feat: set node engine to >= 10.0.0
Browse files Browse the repository at this point in the history
BREAKING CHANGE
  • Loading branch information
KyleRoss committed Apr 9, 2021
1 parent 9ccdc69 commit 2d022ec
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 @@ -36,7 +36,7 @@
},
"homepage": "https://github.com/KyleRoss/node-lambda-log#readme",
"engines": {
"node": ">= 6.10.0"
"node": ">= 10.0.0"
},
"devDependencies": {
"@commitlint/cli": "^12.1.1",
Expand Down

0 comments on commit 2d022ec

Please sign in to comment.