Switch from nyc to c8
[poolifier.git] / .github / workflows / ci.yml
index 7ad390b8b59740f881a487ffb6f4aa0b5e19fa4c..290dcbfe6f1d15a76bf5190326643f77d8d417bd 100644 (file)
@@ -42,7 +42,7 @@ jobs:
         run: npm run lint
 
       - name: Tests
-        if: "matrix.os != 'windows-latest'"
+        if: "matrix.os != 'windows-latest'"
         run: npm run test
 
       - name: Coverage & Linter Reports