Skip to content

build(deps-dev): bump ws from 7.5.9 to 7.5.10 #885

build(deps-dev): bump ws from 7.5.9 to 7.5.10

build(deps-dev): bump ws from 7.5.9 to 7.5.10 #885

Workflow file for this run

name: CI
on: [push]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
- name: Install Dependencies
run: npm ci
- name: Run Tests
run: npm test --watchAll=false