Skip to content

Commit

Permalink
update!: drop support for node < 10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Nov 3, 2021
1 parent 7c7c265 commit 8857363
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
node-version: [8.x, 10.x, 12.x, 14.x]
node-version: [10.x, 12.x, 14.x, 16.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"email": "robert@broofa.com"
},
"engines": {
"node": ">=4.0.0"
"node": ">=10.0.0"
},
"bin": {
"mime": "cli.js"
Expand Down

0 comments on commit 8857363

Please sign in to comment.