Skip to content

build(deps-dev): bump ws from 7.5.7 to 7.5.10 #87

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

build(deps-dev): bump ws from 7.5.7 to 7.5.10 #87

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node:
- "18"
- "20"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: npm ci
- run: npm test
- uses: codecov/codecov-action@v2
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npm install --ci
- run: npm run lint