From: Jérôme Benoit Date: Fri, 21 Oct 2022 21:27:31 +0000 (+0200) Subject: Fix CI condition X-Git-Tag: v2.3.6~22 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=b3fb204a00cf65d7555d85ee0a57aeda20b1287e;p=poolifier.git Fix CI condition Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f9cba75..7ad390b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: run: npm run lint - name: Tests - if: "matrix.os != 'windows-latest' || matrix.node != '18.x' || matrix.node != '16.x'" + if: "matrix.os != 'windows-latest'" run: npm run test - name: Coverage & Linter Reports