Skip to content

Commit

Permalink
Fix collecting coverage for nodejs 14
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Jun 18, 2024
1 parent 13baf44 commit c02b24f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
with:
node-version: ${{ matrix.node_version }}
cache: 'npm'
- run: npm i # old versions of npm doesn't support lockfile v3
if: ${{ matrix.node_version < '15' }}
- run: npm ci
- run: npm run coverage
- name: Coveralls Parallel
Expand Down

0 comments on commit c02b24f

Please sign in to comment.