Skip to content

fix: upgrade socket.io from 4.4.0 to 4.7.1 #596

fix: upgrade socket.io from 4.4.0 to 4.7.1

fix: upgrade socket.io from 4.4.0 to 4.7.1 #596

Workflow file for this run

name: Lint JS
on:
push:
paths:
- '**/*.js'
- 'jsdoc.json'
- 'package.json'
pull_request:
paths:
- '**/*.js'
- 'jsdoc.json'
- 'package.json'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
cache: npm
- run: npm ci
- run: npm run lint
- run: npm run jsdoc