Skip to content

Commit 6006600

Browse files
committed
chore: limit codecov upload to node 24
1 parent 2f701d4 commit 6006600

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
3939
with:
4040
token: ${{ secrets.CODECOV_TOKEN }}
41+
if: matrix.node-version == '24.x'
4142
- name: Build
4243
run: |
4344
pnpm run build

0 commit comments

Comments
 (0)