Skip to content

Bump ws from 7.5.8 to 7.5.10 in /auth #40

Bump ws from 7.5.8 to 7.5.10 in /auth

Bump ws from 7.5.8 to 7.5.10 in /auth #40

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