We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5135ba commit ad576a1Copy full SHA for ad576a1
1 file changed
.github/workflows/ci-build.yml
@@ -37,7 +37,7 @@ jobs:
37
- run: npm ci --verbose
38
- run: npm test
39
- name: Upload coverage to Codecov
40
- if: matrix.node-version == '22.x'
+ if: matrix.node-version == '24.x'
41
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
42
with:
43
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments