Skip to content

support prisma 5.16.1 #113

support prisma 5.16.1

support prisma 5.16.1 #113

Workflow file for this run

name: trunk
on: [push]
jobs:
schema-tests:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
nexus: [nexus@^1.0.0]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn --frozen-lockfile
- run: yarn build
- run: yarn test