X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fci.yml;h=4f9cba7534d78e132c2bb28633aec1ed9b3f1409;hb=eb15b0481a4bbec2acec713b9052a283c6580c6b;hp=d9233944f49ab30acae5bab420539e4f223f29b5;hpb=473c717a499d52ce8a069c43ee168b70cb5701f1;p=poolifier.git diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9233944..4f9cba75 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'" + if: "matrix.os != 'windows-latest' || matrix.node != '18.x' || matrix.node != '16.x'" run: npm run test - name: Coverage & Linter Reports