Skip to content

chore: upgrade express to 4.21.1 #304

chore: upgrade express to 4.21.1

chore: upgrade express to 4.21.1 #304

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