diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index deb6927..e6c5012 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,7 @@ jobs: name: Test All - name: Upload coverage reports to Codecov + if: ${{ matrix.node-version == '20.x' }} uses: codecov/codecov-action@v4.0.1 env: token: ${{ secrets.CODECOV_TOKEN }}