Skip to content

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

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 #205

Workflow file for this run

name: Node.js CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js "18.x"
uses: actions/setup-node@v3
with:
node-version: '18.x'
- run: npm ci
- name: Run npm test with xvfb
uses: coactions/setup-xvfb@v1
with:
run: npm test