Skip to content

Bump ws from 8.17.0 to 8.17.1 (#196) #39

Bump ws from 8.17.0 to 8.17.1 (#196)

Bump ws from 8.17.0 to 8.17.1 (#196) #39

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn install
- name: Verify
run: yarn verify