Skip to content

build(deps): bump ws from 7.5.9 to 7.5.10 (#31) #81

build(deps): bump ws from 7.5.9 to 7.5.10 (#31)

build(deps): bump ws from 7.5.9 to 7.5.10 (#31) #81

Workflow file for this run

name: Automated Test
on:
push:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 20.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: yarn
- name: Run Tests
run: yarn test