Skip to content

fix: update to prisma v5.11.0 #326

fix: update to prisma v5.11.0

fix: update to prisma v5.11.0 #326

Workflow file for this run

name: Unit test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v1
with:
node-version: 20
- run: npm i
- run: npm test
- run: npm run test:types