Skip to content

chore(deps): bump socket.io-parser from 3.3.3 to 3.3.4 #94

chore(deps): bump socket.io-parser from 3.3.3 to 3.3.4

chore(deps): bump socket.io-parser from 3.3.3 to 3.3.4 #94

Workflow file for this run

name: Verify
on: pull_request
jobs:
verify:
name: Verify
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'yarn'
- name: Install Dependencies
run: yarn --frozen-lockfile
- name: Build packages
run: yarn build
- name: Lint
run: yarn lint
- name: Check size
run: yarn size