Merge dependabot/npm_and_yarn/examples/typescript/smtp-client-pool/poolifier-3.0...
[poolifier.git] / .github / workflows / internal-benchmark.yml
index b837bcd49bb45c13949fd80d695c872ab8229eab..c4d47cd3ddc905c8bee244c2371daefc15304138 100644 (file)
@@ -24,10 +24,10 @@ jobs:
       - name: Setup Node.js
         uses: actions/setup-node@v3
         with:
-          node-version: '18.x'
+          node-version: '20.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