Skip to content

Commit 70cbb90

Browse files
jonkoopsrolandjitsu
authored andcommitted
fix: don't collect coverage on older Node.js
Signed-off-by: Jon Koops <[email protected]>
1 parent 800da04 commit 70cbb90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
- name: Run tests
7474
if: matrix.node-version != 22
75-
run: npm test -- --coverage
75+
run: npm test
7676

7777
- name: Run tests with coverage
7878
if: matrix.node-version == 22

0 commit comments

Comments
 (0)