Skip to content

Bump socket.io-parser from 3.3.0 to 3.3.3 #1

Bump socket.io-parser from 3.3.0 to 3.3.3

Bump socket.io-parser from 3.3.0 to 3.3.3 #1

Workflow file for this run

name: CI for PR
on:
pull_request:
branches:
- master
jobs:
CI_Workflow:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Yarn Install
run: yarn install
- name: Yarn Lint
run: yarn lint
- name: Yarn Build
run: yarn build