From b3574d6b3e641fb44a7e65b2e8c539d4910793e5 Mon Sep 17 00:00:00 2001 From: larabr <7375870+larabr@users.noreply.github.com> Date: Wed, 31 May 2023 16:31:52 +0200 Subject: [PATCH] CI: test all Node.js version even if some fail --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4c55e991..53feed35 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -29,6 +29,7 @@ jobs: node: strategy: + fail-fast: false # if tests for one version fail, continue with the rest matrix: node-version: [16.x, 18.x, '20.x'] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/