Skip to content

Commit 369aed3

Browse files
committed
feat: drop support for node 8
BREAKING CHANGE: drop support for node 8
1 parent 3a6f013 commit 369aed3

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/checks.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,8 @@ jobs:
3333
strategy:
3434
fail-fast: false
3535
matrix:
36-
node-version: [8.x, 10.x, 12.x, 13.x, 14.x]
36+
node-version: [10.x, 12.x, 13.x, 14.x]
3737
eslint-version: [6, 7]
38-
exclude:
39-
# eslint@7 doesn't support node@8
40-
- node-version: 8.x
41-
eslint-version: 7
4238
runs-on: ubuntu-latest
4339

4440
steps:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
"eslint": ">=5"
128128
},
129129
"engines": {
130-
"node": ">=8"
130+
"node": ">=10"
131131
},
132132
"release": {
133133
"plugins": [

0 commit comments

Comments
 (0)