Skip to content

Bump @prisma/client from 5.19.0 to 5.19.1 #2

Bump @prisma/client from 5.19.0 to 5.19.1

Bump @prisma/client from 5.19.0 to 5.19.1 #2

Workflow file for this run

name: Build and Test
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '22.x' # remplacez par la version de Node.js que vous utilisez
- name: Install dependencies
run: npm i
- name: Run build
run: npm run build
#- name: Run tests
# run: npm test