Skip to content

Bump prisma from 4.15.0 to 5.4.1 #108

Bump prisma from 4.15.0 to 5.4.1

Bump prisma from 4.15.0 to 5.4.1 #108

Workflow file for this run

name: PR Check
on: [pull_request]
jobs:
linting:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint