We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c187255 commit b813600Copy full SHA for b813600
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
check:
19
strategy:
20
matrix:
21
- node-version: [18, 20]
+ node-version: [18, 20, 22]
22
23
runs-on: ubuntu-latest
24
@@ -48,7 +48,7 @@ jobs:
48
run: yarn coverage
49
50
- name: Report Coverage
51
- if: ${{ matrix.node-version == 20 && github.event_name == 'pull_request' }}
+ if: ${{ matrix.node-version == 22 && github.event_name == 'pull_request' }}
52
uses: zgosalvez/github-actions-report-lcov@v4
53
with:
54
coverage-files: coverage/lcov.info
0 commit comments