Skip to content

fix(deps): update nextjs monorepo to v13.4.9 #318

fix(deps): update nextjs monorepo to v13.4.9

fix(deps): update nextjs monorepo to v13.4.9 #318

Workflow file for this run

name: 🚧 Integration
on:
pull_request:
push:
branches:
- 'master'
jobs:
format:
name: 💅 Check format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: pnpm/[email protected]
name: Install pnpm
with:
version: 7
- uses: actions/setup-node@main
with:
cache: pnpm
- run: pnpm install --frozen-lockfile --prefer-offline
- run: pnpm prettier --check .
nextjs:
name: ⚛️ NextJS application
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: pnpm/[email protected]
name: Install pnpm
with:
version: 7
- uses: actions/setup-node@main
with:
cache: pnpm
- run: pnpm install --frozen-lockfile --prefer-offline
- run: pnpm build