Skip to content

Bump socket.io-parser from 4.2.2 to 4.2.3 #13

Bump socket.io-parser from 4.2.2 to 4.2.3

Bump socket.io-parser from 4.2.2 to 4.2.3 #13

Workflow file for this run

name: Test
on: [push]
jobs:
run:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 'lts/hydrogen'
- name: Install npm dependencies
run: npm ci
- name: Run tests
run: npm run test