Skip to content

Bump express from 4.17.1 to 4.20.0 in /packages/api #110

Bump express from 4.17.1 to 4.20.0 in /packages/api

Bump express from 4.17.1 to 4.20.0 in /packages/api #110

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "14.17.0"
- run: yarn install --frozen-lockfile
- run: yarn checks
- run: yarn test
- run: yarn build