Skip to content

build(deps-dev): bump prisma from 6.1.0 to 6.4.1 #69

build(deps-dev): bump prisma from 6.1.0 to 6.4.1

build(deps-dev): bump prisma from 6.1.0 to 6.4.1 #69

Workflow file for this run

name: Node.js CI 🧪
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
cache-and-install:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
name: Node ${{ matrix.node-version }} sample
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: latest
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: "pnpm"
- name: Install dependencies
run: pnpm i
- name: Format and Check code
run: pnpm fc