Skip to content

Bump qs from 6.5.2 to 6.5.3 #11

Bump qs from 6.5.2 to 6.5.3

Bump qs from 6.5.2 to 6.5.3 #11

Workflow file for this run

name: Unit Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm test