Skip to content

Bump ws from 8.11.0 to 8.18.0 #94

Bump ws from 8.11.0 to 8.18.0

Bump ws from 8.11.0 to 8.18.0 #94

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
build:
name: Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run lint
- run: npm run type:check
- run: npm run test