diff options
| author | Pascal Birchler <[email protected]> | 2025-07-09 20:25:48 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-09 18:25:48 +0000 |
| commit | 017a0a6c863e1dfc0f62ec0817cf84aebc6304fe (patch) | |
| tree | 6cb8d5b17841411ddb273bd5a2942cef4842e880 | |
| parent | 725b23e37a8d7263699fce2facafd389395faa38 (diff) | |
fix(gha): only post coverage comment for 22.x (#3613)
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e58144d..c9524cc2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -124,7 +124,7 @@ jobs: pull-requests: write # For commenting strategy: matrix: - node-version: [20.x, 22.x, 24.x] # Should match the test job's matrix + node-version: [22.x] # Reduce noise by only posting the comment once steps: - name: Checkout repository uses: actions/checkout@v4 |
