build(deps-dev): bump @types/node
[poolifier.git] / .github / workflows / ci.yml
index fa8d7026749d8fb62b218ecb4e2442d35128deae..9f28cc573b0e01c0a96ddd131b75002cf57c1730 100644 (file)
@@ -41,7 +41,7 @@ jobs:
           cache: 'pnpm'
 
       - name: Install Dependencies
-        run: pnpm install --ignore-scripts
+        run: pnpm install --ignore-scripts --frozen-lockfile
 
       - name: Build
         run: pnpm build
@@ -51,7 +51,6 @@ jobs:
         run: pnpm lint
 
       - name: Tests
-        if: ${{ matrix.os != 'windows-latest' || matrix.node != '16.x' }}
         run: pnpm test
 
       - name: Coverage Report