Skip to content

build(deps): bump express from 4.17.1 to 4.19.2 #38

build(deps): bump express from 4.17.1 to 4.19.2

build(deps): bump express from 4.17.1 to 4.19.2 #38

Workflow file for this run

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