Skip to content

Commit 49340dd

Browse files
committed
chore(github): Upload coverage reports only from Node.js v22 and update Node.js matrix
1 parent 6c5e462 commit 49340dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
os: [ubuntu-24.04]
30-
node: [18.x, 20.x, 22.x, 23.x]
30+
node: [18.x, 20.x, 22.x, 23.x, 24.x]
3131
runs-on: ${{matrix.os}}
3232

3333
steps:
@@ -63,6 +63,7 @@ jobs:
6363
run: pnpm coverage
6464

6565
- name: Upload coverage report
66+
if: matrix.node == '22.x' && matrix.os == 'ubuntu-latest'
6667
uses: codecov/codecov-action@v5
6768
with:
6869
token: ${{secrets.CODECOV_TOKEN}}

0 commit comments

Comments
 (0)