Skip to content

Bump express from 4.18.3 to 4.19.2 #1403

Bump express from 4.18.3 to 4.19.2

Bump express from 4.18.3 to 4.19.2 #1403

Workflow file for this run

name: test
on: [ push ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- run: npm run check
- run: npm run lint
- run: npm run test