We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dd426a commit 5e5a4e0Copy full SHA for 5e5a4e0
.github/workflows/CI.yml
@@ -6,7 +6,7 @@ jobs:
6
main:
7
strategy:
8
matrix:
9
- eslint: [7]
+ eslint: [7, 8]
10
node: [12.22.0, 12, 14.17.0, 14, 16]
11
runs-on: ubuntu-latest
12
steps:
0 commit comments