Skip to content

Bump ws, engine.io and socket.io-adapter #18

Bump ws, engine.io and socket.io-adapter

Bump ws, engine.io and socket.io-adapter #18

Workflow file for this run

name: número CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: browser-actions/setup-chrome@v1
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install
- run: npx webpack
- run: npm run test