Skip to content

Commit

Permalink
Skip CI for eslint 6 + node 8 (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
BPScott committed Dec 3, 2020
1 parent a1e5591 commit f8f08e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- eslint-version: 7.x
node-version: 6.x
# eslint 6 does not support node 6
# the version of chalk used in eslint 6 does not support node 8
- eslint-version: 6.x
node-version: 8.x
- eslint-version: 6.x
node-version: 6.x

Expand Down

0 comments on commit f8f08e4

Please sign in to comment.