fix(gha): only post coverage comment for 22.x (#3613)

This commit is contained in:
Pascal Birchler 2025-07-09 20:25:48 +02:00 committed by GitHub
parent 725b23e37a
commit 017a0a6c86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ jobs:
pull-requests: write # For commenting pull-requests: write # For commenting
strategy: strategy:
matrix: 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: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4