We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34935df commit 2d1fc91Copy full SHA for 2d1fc91
1 file changed
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
19
20
strategy:
21
matrix:
22
- node_version: [12.x, 14.x, 16.x]
+ node_version: [12.x, 14.x, 16.x, 18.x]
23
os: [ubuntu-latest, windows-latest, macos-latest]
24
fail-fast: false
25
@@ -35,7 +35,7 @@ jobs:
35
run: npm i
36
37
- name: Lint
38
- if: ${{ matrix.node_version != '12.x' }}
+ if: ${{ matrix.node_version == '14.x' }}
39
run: npm run lint
40
41
- name: Test
0 commit comments