Skip to content

Bump ws from 7.5.6 to 7.5.10 #122

Bump ws from 7.5.6 to 7.5.10

Bump ws from 7.5.6 to 7.5.10 #122

Workflow file for this run

name: Node CI
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
- name: Install
run: make install
- name: Run linter
run: make lint
- name: Run tests
run: make test