From ac8bc07c692d9d2865743f71d11dda9d8cbe1388 Mon Sep 17 00:00:00 2001 From: Nicola Carpanese Date: Thu, 30 Jul 2026 12:00:18 +0200 Subject: [PATCH] ci: test Node.js 18 through 26 --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74917ac..372c67b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,8 +10,9 @@ jobs: test: runs-on: ubuntu-latest strategy: + fail-fast: false matrix: - node-version: [18, 20, 22] + node-version: [18, 20, 22, 24, 26] steps: - uses: actions/checkout@v4