Skip to content

Commit c50195f

Browse files
committed
fix: correct node version condition for Codecov upload step
1 parent 4365f8d commit c50195f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
npm run test:ci
6262
6363
- name: Upload coverage reports to Codecov
64-
if: matrix.node-version == '20.x'
64+
if: matrix.node-version == 20
6565
uses: codecov/codecov-action@v5
6666
with:
6767
directory: ./coverage/

0 commit comments

Comments
 (0)