Skip to content

Bump socket.io-parser from 4.2.2 to 4.2.4 #417

Bump socket.io-parser from 4.2.2 to 4.2.4

Bump socket.io-parser from 4.2.2 to 4.2.4 #417

Workflow file for this run

name: Node.js build and lint
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ '16.x', '18.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: yarn
- run: yarn build
- run: yarn lint
env:
CI: true