From: Jérôme Benoit Date: Sat, 15 Oct 2022 06:26:09 +0000 (+0200) Subject: Fix GitHub actions issues on tests with windows and stable node X-Git-Tag: v2.3.2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=efba7b0dfc50226a4fd7eaa5153aa98481ec9dfd;hp=d61f24ac46792cfab91a154667f24fc57c90e66e;p=poolifier.git Fix GitHub actions issues on tests with windows and stable node Signed-off-by: Jérôme Benoit --- 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