Skip to content

build(deps-dev): bump @types/express from 4.17.21 to 5.0.0 #27

build(deps-dev): bump @types/express from 4.17.21 to 5.0.0

build(deps-dev): bump @types/express from 4.17.21 to 5.0.0 #27

Workflow file for this run

name: '[PR] Tests pass and build is successful'
on:
workflow_dispatch:
pull_request:
jobs:
check-pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm install -g pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm test
- run: pnpm build