Skip to content

Update dependency ws to ~8.17.0 [SECURITY] #548

Update dependency ws to ~8.17.0 [SECURITY]

Update dependency ws to ~8.17.0 [SECURITY] #548

Workflow file for this run

on: [push, pull_request]
name: CI
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test
- run: npm run report-coverage
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}