build(deps-dev): bump @types/node
[poolifier.git] / .github / workflows / ci.yml
index 3d303499e3b4ce94e8fe3186e283ff9c9c72546b..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' || matrix.node != '18.x' }}
         run: pnpm test
 
       - name: Coverage Report