build(ci): skip tests on node.hs 16.x
[poolifier.git] / .github / workflows / ci.yml
index 3419c5719e142d55a15ef939083623bd3cc4fa26..7490cda32ccf3af9a67c1e05460ed348c194a4ab 100644 (file)
@@ -51,6 +51,7 @@ jobs:
         run: pnpm lint
 
       - name: Tests
+        if: ${{ matrix.os != 'windows-latest' && matrix.node != '16.x' }}
         run: pnpm test
 
       - name: Coverage Report