Skip to content

Bump express from 4.18.1 to 4.19.2 in /projects/integration #193

Bump express from 4.18.1 to 4.19.2 in /projects/integration

Bump express from 4.18.1 to 4.19.2 in /projects/integration #193

Workflow file for this run

name: Unit
on:
pull_request:
branches: [ master ]
push:
branches: [ master ]
jobs:
check_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- shell: bash
run: |
npm ci
- shell: bash
run: |
npm run lint
- shell: bash
run: |
npm run test