Skip to content

Bump @types/express from 4.17.8 to 4.17.20 #242

Bump @types/express from 4.17.8 to 4.17.20

Bump @types/express from 4.17.8 to 4.17.20 #242

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
run:
runs-on: ubuntu-latest
name: Build
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: yarn
- run: yarn build
- run: yarn lint
- run: yarn test-coverage
- uses: coverallsapp/github-action@v2