Skip to content

Bump express from 4.17.3 to 4.19.2 #39

Bump express from 4.17.3 to 4.19.2

Bump express from 4.17.3 to 4.19.2 #39

Workflow file for this run

name: integrate
on:
pull_request:
branches: [master]
jobs:
test_pull_request:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
- run: npm ci
- run: npm run build
- run: npm test
- run: npm run lint