Skip to content

build(deps): bump morgan from 1.11.0 to 1.12.0 #12

build(deps): bump morgan from 1.11.0 to 1.12.0

build(deps): bump morgan from 1.11.0 to 1.12.0 #12

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
smoke:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: npm
- run: npm ci || npm install
- run: cp .env.example .env
- run: npx prisma db push
- run: make smoke