Skip to content

Commit 41d4f70

Browse files
committedFeb 8, 2023
only lint >= 14
1 parent e6b2866 commit 41d4f70

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎.github/workflows/test.yml

+4
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,9 @@ jobs:
3434
- name: Install
3535
run: npm i
3636

37+
- name: Lint
38+
if: ${{ matrix.node_version != '12.x' }}
39+
run: npm run lint
40+
3741
- name: Test
3842
run: npm test

0 commit comments

Comments
 (0)
Please sign in to comment.