Skip to content

Bump express from 4.18.2 to 4.19.2 #111

Bump express from 4.18.2 to 4.19.2

Bump express from 4.18.2 to 4.19.2 #111

Workflow file for this run

name: Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: yarn install
- run: yarn test
- run: yarn typecheck