From 1f1db91809e6be55af1d6e0427baacc50c56ab50 Mon Sep 17 00:00:00 2001 From: Lars Strojny Date: Tue, 8 Nov 2022 19:41:10 +0100 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20fail=20fast?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 86f8951..3ee85ea 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,6 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: + fail-fast: false matrix: # the Node.js versions to build on node-version: [13.x, 14.x, 15.x, 16.x, 17.x, 18.x]