We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91345d9 commit 5fa8a9eCopy full SHA for 5fa8a9e
.github/workflows/CI.yml
@@ -8,6 +8,9 @@ jobs:
8
matrix:
9
eslint: [7, 8]
10
node: [12.22.0, 12, 14.17.0, 14, 16]
11
+ include:
12
+ - eslint: 8
13
+ node: 18
14
runs-on: ubuntu-latest
15
steps:
16
- name: 🛑 Cancel Previous Runs
0 commit comments