Skip to content

Bump ws from 8.12.1 to 8.17.1 #21

Bump ws from 8.12.1 to 8.17.1

Bump ws from 8.12.1 to 8.17.1 #21

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 15.x]
steps:
- uses: actions/checkout@v3
- run: |
npm ci
npm run build
npm run lint
npm run test