From: Jérôme Benoit Date: Wed, 20 Sep 2023 17:08:24 +0000 (+0200) Subject: build(ci): remove node.js 18.x from windows tests X-Git-Tag: v2.7.1~5 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=61deea831ae8c1b9df57838c4c0caba2a7869e83;p=poolifier.git build(ci): remove node.js 18.x from windows tests Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa8d7026..3d303499 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: run: pnpm lint - name: Tests - if: ${{ matrix.os != 'windows-latest' || matrix.node != '16.x' }} + if: ${{ matrix.os != 'windows-latest' || matrix.node != '16.x' || matrix.node != '18.x' }} run: pnpm test - name: Coverage Report