Skip to content

Commit ad576a1

Browse files
authored
ci: upload codecov coverage from Node.js 24.x (#2896)
1 parent a5135ba commit ad576a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- run: npm ci --verbose
3838
- run: npm test
3939
- name: Upload coverage to Codecov
40-
if: matrix.node-version == '22.x'
40+
if: matrix.node-version == '24.x'
4141
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
4242
with:
4343
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)