Skip to content

Bump @types/express from 4.17.21 to 5.0.0 #7

Bump @types/express from 4.17.21 to 5.0.0

Bump @types/express from 4.17.21 to 5.0.0 #7

Workflow file for this run

name: CI
on:
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set Node.js version
uses: actions/setup-node@v4
with:
node-version: 22.x
- run: yarn install
- run: yarn lint
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set Node.js version
uses: actions/setup-node@v4
with:
node-version: 22.x
- run: yarn install
- run: yarn build