Skip to content

fix: serialize mutating routes behind an in-process mutex #175

fix: serialize mutating routes behind an in-process mutex

fix: serialize mutating routes behind an in-process mutex #175

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- run: corepack enable
- uses: actions/setup-node@v5
with:
node-version: 22
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm lint
- run: pnpm check
- run: pnpm build
- run: pnpm test
- run: pnpm smoke
- run: pnpm perf-smoke