summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPascal Birchler <[email protected]>2025-07-09 20:25:48 +0200
committerGitHub <[email protected]>2025-07-09 18:25:48 +0000
commit017a0a6c863e1dfc0f62ec0817cf84aebc6304fe (patch)
tree6cb8d5b17841411ddb273bd5a2942cef4842e880
parent725b23e37a8d7263699fce2facafd389395faa38 (diff)
fix(gha): only post coverage comment for 22.x (#3613)
-rw-r--r--.github/workflows/ci.yml2
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