Skip to content

[Snyk] Security upgrade express from 4.17.3 to 4.19.2 #16

[Snyk] Security upgrade express from 4.17.3 to 4.19.2

[Snyk] Security upgrade express from 4.17.3 to 4.19.2 #16

Workflow file for this run

name: tests-auth
on:
pull_request:
paths:
- 'auth/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: cd auth && npm install && npm run test:ci