From 484ff40af0ad87f2f629723d388102a8a562037e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Thu, 13 Aug 2026 19:24:44 +0200 Subject: [PATCH] ci: update matrix --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}}