Skip to content

Bump ws from 8.20.0 to 8.21.1 #313

Bump ws from 8.20.0 to 8.21.1

Bump ws from 8.20.0 to 8.21.1 #313

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v7
- name: Set up Node.js ⚙️
uses: actions/setup-node@v7
with:
node-version-file: '.nvmrc'
cache: 'npm'
- name: Install dependencies 📦
run: npm ci
- name: Run build 🏗️
run: npm run build