From bec03604e11bb7bf954294022c0bce0087263890 Mon Sep 17 00:00:00 2001 From: yandeu <20306025+yandeu@users.noreply.github.com> Date: Tue, 10 Oct 2023 18:10:28 +0200 Subject: [PATCH] Update workflow --- .github/workflows/ubuntu.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu.yaml b/.github/workflows/ubuntu.yaml index a4e9eb1..d7bab30 100644 --- a/.github/workflows/ubuntu.yaml +++ b/.github/workflows/ubuntu.yaml @@ -7,8 +7,9 @@ jobs: runs-on: ubuntu-latest strategy: + fail-fast: false matrix: - node-version: [14.x, 16.x, 17.x, 18.x] + node-version: [16.x, 18.x, 20.x] steps: - uses: actions/checkout@v2