From 017a0a6c863e1dfc0f62ec0817cf84aebc6304fe Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Wed, 9 Jul 2025 20:25:48 +0200 Subject: [PATCH] fix(gha): only post coverage comment for 22.x (#3613) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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