Skip to content

Bump express from 4.18.1 to 4.19.2 #36

Bump express from 4.18.1 to 4.19.2

Bump express from 4.18.1 to 4.19.2 #36

Workflow file for this run

name: build
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- run: yarn install
- run: yarn build