Skip to content

build(deps-dev): bump @types/node from 20.9.0 to 22.7.5 #287

build(deps-dev): bump @types/node from 20.9.0 to 22.7.5

build(deps-dev): bump @types/node from 20.9.0 to 22.7.5 #287

Workflow file for this run

name: Node.js CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npx prisma generate
- run: npm run build --if-present