Skip to content

fix(deps): update nextjs monorepo to v14 (major) #207

fix(deps): update nextjs monorepo to v14 (major)

fix(deps): update nextjs monorepo to v14 (major) #207

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- uses: pnpm/action-setup@v2.2.2
with:
version: 6.32.10
- name: Deps
run: pnpm install
- name: Build
run: pnpm build
- name: Test
run: pnpm test