Skip to content

Commit 4ceba1e

Browse files
committed
Drop Node 8 support
1 parent 8b0e980 commit 4ceba1e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
strategy:
2121
matrix:
22-
node-version: [8.x, 10.x, 12.x]
22+
node-version: [10.x, 12.x, 13.x]
2323

2424
steps:
2525
- uses: actions/checkout@v1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
"prettier": "1.18.2"
3333
},
3434
"engines": {
35-
"node": "8.* || >= 10.*"
35+
"node": "10.* || >= 12.*"
3636
}
3737
}

0 commit comments

Comments
 (0)