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 4365f8d commit c50195fCopy full SHA for c50195f
.github/workflows/ci.yml
@@ -61,7 +61,7 @@ jobs:
61
npm run test:ci
62
63
- name: Upload coverage reports to Codecov
64
- if: matrix.node-version == '20.x'
+ if: matrix.node-version == 20
65
uses: codecov/codecov-action@v5
66
with:
67
directory: ./coverage/
0 commit comments