Skip to content

Bump ws from 8.20.0 to 8.20.1 (#29) #218

Bump ws from 8.20.0 to 8.20.1 (#29)

Bump ws from 8.20.0 to 8.20.1 (#29) #218

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 22]
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test