Skip to content

Commit 5e79476

Browse files
authored
ci: run tests against eslint@7 (#572)
1 parent 8b2568b commit 5e79476

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/nodejs.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
node-version: [8.x, 10.x, 12.x, 13.x]
22-
eslint-version: [5, 6]
22+
eslint-version: [5, 6, 7]
23+
exclude:
24+
# eslint@7 doesn't support node@8
25+
- node-version: 8.x
26+
eslint-version: 7
2327
runs-on: ubuntu-latest
2428

2529
steps:

0 commit comments

Comments
 (0)