Skip to content

Commit

Permalink
ci: run tests against eslint@7 (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath authored May 9, 2020
1 parent 8b2568b commit 5e79476
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ jobs:
fail-fast: false
matrix:
node-version: [8.x, 10.x, 12.x, 13.x]
eslint-version: [5, 6]
eslint-version: [5, 6, 7]
exclude:
# eslint@7 doesn't support node@8
- node-version: 8.x
eslint-version: 7
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 5e79476

Please sign in to comment.