Skip to content

Bump socket.io-parser from 4.2.1 to 4.2.4 #96

Bump socket.io-parser from 4.2.1 to 4.2.4

Bump socket.io-parser from 4.2.1 to 4.2.4 #96

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
cache: npm
- run: npm ci
- run: npm run build
- run: npm run lint
- run: npm run test:ci