Skip to content

Bump ws, engine.io and socket.io-adapter #1818

Bump ws, engine.io and socket.io-adapter

Bump ws, engine.io and socket.io-adapter #1818

Workflow file for this run

name: Linter
on:
- push
- pull_request
jobs:
test:
name: Linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
- name: Install dependencies
run: npm ci;
- name: Linter
run: npm run lint;