Skip to content

Bump ws from 8.16.0 to 8.17.1 #5

Bump ws from 8.16.0 to 8.17.1

Bump ws from 8.16.0 to 8.17.1 #5

Workflow file for this run

name: Checks + Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'npm'
- name: NPM install
run: npm install
- name: Verify build works
run: npm run build
- name: Jest
run: npm run test