diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2dd507..153ffb3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: name: Tests strategy: matrix: - node-version: [20.x, 22.x, 24.x] + node-version: [22.x, 24.x, 26.x] runs-on: ubuntu-latest steps: - name: Checkout sources @@ -35,7 +35,7 @@ jobs: - name: Run tests run: npm run tests-only - name: Submit coverage - if: matrix.node-version == '22.x' + if: matrix.node-version == '24.x' uses: coverallsapp/github-action@v2.3.6 with: github-token: ${{secrets.GITHUB_TOKEN}}