Skip to content

Bump ws from 7.5.3 to 7.5.10 #92

Bump ws from 7.5.3 to 7.5.10

Bump ws from 7.5.3 to 7.5.10 #92

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [lts/*, latest]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
check-latest: true
- run: npm install
- run: npm run build --if-present
- run: npm test
env:
CI: true