Skip to content

Commit

Permalink
ci: run CI only with ESLint >= v8
Browse files Browse the repository at this point in the history
We already set our `peerDependencies` to use ESLint `^8.8.0` anyway.
  • Loading branch information
theoludwig authored and voxpelli committed Feb 3, 2022
1 parent 3a185ad commit da388c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
main:
strategy:
matrix:
eslint: [7.12.1, 7, 8.0.0, 8]
eslint: [8.0.0, 8]
node: [12.22.0, 12, 14.17.0, 14, 16.0.0, 16]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit da388c6

Please # to comment.