build(ci): fail if pnpm lockfile is not up2date
[poolifier.git] / .github / workflows / internal-benchmark.yml
index b837bcd49bb45c13949fd80d695c872ab8229eab..884bb3f8be70e5baea69e2b81297e5f016debac1 100644 (file)
@@ -27,7 +27,7 @@ jobs:
           node-version: '18.x'
           cache: 'pnpm'
       - name: Install dependencies
-        run: pnpm install --ignore-scripts
+        run: pnpm install --ignore-scripts --frozen-lockfile
       - name: Run production benchmark
         run: pnpm benchmark:prod | tee ./benchmarks/internal/output.txt
       - name: Store production benchmark result