Skip to content

chore(deps): update prisma monorepo to v5.12.1 #392

chore(deps): update prisma monorepo to v5.12.1

chore(deps): update prisma monorepo to v5.12.1 #392

Workflow file for this run

name: build
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: npm
- name: npm install, build, and test
run: |
npm ci
npm run bootstrap
npm run lint
npm run migrate:test
npm run test:ci
env:
CI: true
# - uses: codecov/codecov-action@v1
# with:
# name: jest
# token: ${{ secrets.CODECOV_TOKEN }}
# file: ./coverage/coverage-final.json