Skip to content

chore(deps): bump ws from 8.17.0 to 8.17.1 #673

chore(deps): bump ws from 8.17.0 to 8.17.1

chore(deps): bump ws from 8.17.0 to 8.17.1 #673

Workflow file for this run

name: Node.js CI
on:
pull_request:
branches: ['main']
jobs:
build:
name: Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [18.x, 20.x]
os: ['ubuntu-latest']
steps:
- uses: actions/checkout@v4
- name: Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run eslint
- run: npm run build
- run: npm run test