Skip to content

Bump @prisma/client from 5.16.1 to 6.5.0 #12

Bump @prisma/client from 5.16.1 to 6.5.0

Bump @prisma/client from 5.16.1 to 6.5.0 #12

Workflow file for this run

name: Main Build
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '20.x'
- name: Install dependencies
run: yarn --frozen-lockfile
- run: yarn build