build(ci): fix condition on tests
[poolifier.git] / .github / workflows / ci.yml
index 3d303499e3b4ce94e8fe3186e283ff9c9c72546b..5b26bbf727158a17e5b6014af2449717b89aa556 100644 (file)
@@ -51,7 +51,7 @@ jobs:
         run: pnpm lint
 
       - name: Tests
-        if: ${{ matrix.os != 'windows-latest' || matrix.node != '16.x' || matrix.node != '18.x' }}
+        if: ${{ matrix.os != 'windows-latest' || (matrix.node != '16.x' && matrix.node != '18.x') }}
         run: pnpm test
 
       - name: Coverage Report