Skip to content

Bump ws from 7.5.5 to 7.5.10 #93

Bump ws from 7.5.5 to 7.5.10

Bump ws from 7.5.5 to 7.5.10 #93

Workflow file for this run

name: Unit Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm test