Skip to content

chore(deps): bump @prisma/client from 4.16.2 to 5.1.1 #61

chore(deps): bump @prisma/client from 4.16.2 to 5.1.1

chore(deps): bump @prisma/client from 4.16.2 to 5.1.1 #61

Workflow file for this run

name: Node.js CI
on:
pull_request:
branches:
- "master"
jobs:
check-lint:
runs-on: "ubuntu-latest"
strategy:
matrix:
node: ["lts/gallium", "lts/hydrogen"]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v3
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- name: Install packages
run: npm install
- name: Check linting
run: npm run lint