Skip to content

chore(deps-dev): bump ws from 6.2.2 to 6.2.3 #61

chore(deps-dev): bump ws from 6.2.2 to 6.2.3

chore(deps-dev): bump ws from 6.2.2 to 6.2.3 #61

Workflow file for this run

name: Node.js Testing
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
- run: npm ci
- run: npm test