From efba7b0dfc50226a4fd7eaa5153aa98481ec9dfd Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 15 Oct 2022 08:26:09 +0200 Subject: [PATCH] Fix GitHub actions issues on tests with windows and stable node MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4b4e422..5cf59718 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,6 +42,7 @@ jobs: run: npm run lint - name: Tests + if: "matrix.os != 'windows-latest' && matrix.node != '18.x'" run: npm run test - name: Coverage & Linter Reports -- 2.34.1