Skip to content

Commit 8857363

Browse files
committedNov 3, 2021
update!: drop support for node < 10.x
1 parent 7c7c265 commit 8857363

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
node-version: [8.x, 10.x, 12.x, 14.x]
13+
node-version: [10.x, 12.x, 14.x, 16.x]
1414

1515
steps:
1616
- uses: actions/checkout@v2

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"email": "robert@broofa.com"
66
},
77
"engines": {
8-
"node": ">=4.0.0"
8+
"node": ">=10.0.0"
99
},
1010
"bin": {
1111
"mime": "cli.js"

0 commit comments

Comments
 (0)
Please sign in to comment.