Skip to content

Merge pull request #626 from dcastil/renovate/npm-zx-vulnerability #308

Merge pull request #626 from dcastil/renovate/npm-zx-vulnerability

Merge pull request #626 from dcastil/renovate/npm-zx-vulnerability #308

Workflow file for this run

name: Benchmark
on:
push:
branches:
- main
pull_request:
jobs:
benchmark:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Use Node.js 22
uses: actions/setup-node@v5
with:
node-version: 22.20.0
- name: Use node_modules cache
uses: actions/cache@v4
with:
path: node_modules
key: yarn-node-22-lock-${{ hashFiles('yarn.lock') }}
restore-keys: |
yarn-node-22-lock-
- run: yarn install --frozen-lockfile
- name: Run benchmark
uses: CodSpeedHQ/action@v4
with:
token: ${{ secrets.CODSPEED_TOKEN }}
mode: instrumentation
run: yarn bench