Skip to content

Bump ws from 8.16.0 to 8.17.1 #1480

Bump ws from 8.16.0 to 8.17.1

Bump ws from 8.16.0 to 8.17.1 #1480

Workflow file for this run

---
name: CI
on: [push]
jobs:
build:
name: Build, lint, and test on Node 20.x
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
cache: npm
- run: npm ci
- uses: pre-commit/action@v3.0.1
- run: npm run build