test: fix async/await imbalance
[poolifier.git] / .github / workflows / ci.yml
index 5b240db0c190eeab896cef6273c3066303f00677..9f28cc573b0e01c0a96ddd131b75002cf57c1730 100644 (file)
@@ -40,8 +40,8 @@ jobs:
           node-version: ${{ matrix.node }}
           cache: 'pnpm'
 
-      - name: Install
-        run: pnpm install --ignore-scripts
+      - name: Install Dependencies
+        run: pnpm install --ignore-scripts --frozen-lockfile
 
       - name: Build
         run: pnpm build