Skip to content

Bump ws from 7.5.8 to 7.5.10 #57

Bump ws from 7.5.8 to 7.5.10

Bump ws from 7.5.8 to 7.5.10 #57

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install
run: npm ci
- name: Test
run: npm test