diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4e02e8..fdae168 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [24, 26] + node-version: [24] steps: - uses: actions/checkout@v6 @@ -64,7 +64,7 @@ jobs: du -sh dist/ - name: Upload coverage - if: matrix.node-version == 26 + if: matrix.node-version == 24 uses: actions/upload-artifact@v7 with: name: coverage-report