Exclude tests on windows during CI for now
[poolifier.git] / .github / workflows / ci.yml
index d9233944f49ab30acae5bab420539e4f223f29b5..4f9cba7534d78e132c2bb28633aec1ed9b3f1409 100644 (file)
@@ -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