Skip to content

Bump socket.io-parser from 4.2.1 to 4.2.3 #88

Bump socket.io-parser from 4.2.1 to 4.2.3

Bump socket.io-parser from 4.2.1 to 4.2.3 #88

Workflow file for this run

name: Test
on: ["push", "pull_request"]
jobs:
test:
name: Run units tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "16"
- name: Install
run: npm install
- name: Lint
run: npm run lint
- name: Test
run: npm test
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}