Skip to content

chore(deps-dev): bump express from 4.19.2 to 4.20.0 #301

chore(deps-dev): bump express from 4.19.2 to 4.20.0

chore(deps-dev): bump express from 4.19.2 to 4.20.0 #301

Workflow file for this run

name: any-pr
on: [pull_request]
jobs:
build_test:
name: Build test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and test
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: "yarn"
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn build
- run: yarn test --coverage