Skip to content

Bump socket.io-parser from 4.2.1 to 4.2.3 #17

Bump socket.io-parser from 4.2.1 to 4.2.3

Bump socket.io-parser from 4.2.1 to 4.2.3 #17

Workflow file for this run

name: eslint
on:
pull_request:
paths:
- '**.js'
- '**.json'
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [13.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci --ignore-scripts --no-optional
- run: npm run lint
env:
CI: true