Skip to content

Bump ws from 7.5.1 to 7.5.10 #45

Bump ws from 7.5.1 to 7.5.10

Bump ws from 7.5.1 to 7.5.10 #45

Workflow file for this run

name: CI
on: [push]
jobs:
build:
name: Test ${{ matrix.node }}
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '18', '20' ]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- run: yarn install
- run: yarn test