Skip to content

chore(deps-dev): bump ws from 5.2.3 to 5.2.4 #32

chore(deps-dev): bump ws from 5.2.3 to 5.2.4

chore(deps-dev): bump ws from 5.2.3 to 5.2.4 #32

Workflow file for this run

name: "build"
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: npm ci
- run: npm test