Skip to content

chore(deps): bump the next-react group across 1 directory with 2 updates #4

chore(deps): bump the next-react group across 1 directory with 2 updates

chore(deps): bump the next-react group across 1 directory with 2 updates #4

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: corepack enable
- run: pnpm install --frozen-lockfile --ignore-scripts
- run: pnpm source:generate
- run: pnpm audit --prod
- run: pnpm check
- run: pnpm build