Skip to content

Commit

Permalink
fix: don't collect coverage on older Node.js
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Koops <[email protected]>
  • Loading branch information
jonkoops authored and rolandjitsu committed Nov 12, 2024
1 parent 800da04 commit 70cbb90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:

- name: Run tests
if: matrix.node-version != 22
run: npm test -- --coverage
run: npm test

- name: Run tests with coverage
if: matrix.node-version == 22
Expand Down

0 comments on commit 70cbb90

Please sign in to comment.