Skip to content

chore(deps-dev): bump @next/bundle-analyzer from 16.2.10 to 16.2.12 #13

chore(deps-dev): bump @next/bundle-analyzer from 16.2.10 to 16.2.12

chore(deps-dev): bump @next/bundle-analyzer from 16.2.10 to 16.2.12 #13

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
verify:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 11.13.0
run_install: false
- uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm verify
e2e:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 11.13.0
run_install: false
- uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm --filter web exec playwright install --with-deps chromium
- run: pnpm --filter web exec playwright test --project=chromium