Skip to content

Bump ws from 8.16.0 to 8.17.1 #249

Bump ws from 8.16.0 to 8.17.1

Bump ws from 8.16.0 to 8.17.1 #249

Workflow file for this run

# name: CI
# on:
# push:
# branches: [ "main" ]
# pull_request:
# branches: [ "main" ]
# jobs:
# test:
# name: Coverage
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - name: npm install
# run: npm install
# - name: npm run coverage
# run: npm run coverage
# - uses: codecov/codecov-action@v3