Skip to content

Bump socket.io from 4.6.1 to 4.6.2 #12

Bump socket.io from 4.6.1 to 4.6.2

Bump socket.io from 4.6.1 to 4.6.2 #12

Workflow file for this run

name: Pull request CI test
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20.10.0
- name: Install dependencies
run: npm ci
- name: Test
run: npm run test
- name: Build
run: npm run build