Skip to content

Bump express from 4.18.2 to 4.19.2 (#177) #112

Bump express from 4.18.2 to 4.19.2 (#177)

Bump express from 4.18.2 to 4.19.2 (#177) #112

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