Skip to content

fix(deps): bump @prisma/client from 5.4.2 to 5.8.0 #674

fix(deps): bump @prisma/client from 5.4.2 to 5.8.0

fix(deps): bump @prisma/client from 5.4.2 to 5.8.0 #674

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'pnpm'
- run: pnpm install --no-frozen-lockfile
- run: pnpm run lint
production-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'pnpm'
- run: pnpm install --no-frozen-lockfile
- run: pnpm run build