Skip to content

Bump ws from 7.5.7 to 7.5.10 #49

Bump ws from 7.5.7 to 7.5.10

Bump ws from 7.5.7 to 7.5.10 #49

Workflow file for this run

name: Unit Test / Lint
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run install
run: npm install
- name: Run test
run: npm run lint && npm run test