X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Finternal-benchmark.yml;h=c4d47cd3ddc905c8bee244c2371daefc15304138;hb=da91db9060f2be5abe4b92f1865c063b05ed3824;hp=b837bcd49bb45c13949fd80d695c872ab8229eab;hpb=cf02ff9e146e22a2f99a6af35de7ce49efd4c6b5;p=poolifier.git diff --git a/.github/workflows/internal-benchmark.yml b/.github/workflows/internal-benchmark.yml index b837bcd4..c4d47cd3 100644 --- a/.github/workflows/internal-benchmark.yml +++ b/.github/workflows/internal-benchmark.yml @@ -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