Skip to content

build(deps): bump ws from 8.16.0 to 8.17.1 (#32) #42

build(deps): bump ws from 8.16.0 to 8.17.1 (#32)

build(deps): bump ws from 8.16.0 to 8.17.1 (#32) #42

Workflow file for this run

on:
pull_request:
push:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
id: yarn-cache
with:
path: "**/node_modules"
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- name: Run unit tests
run: |
yarn
yarn run check
yarn test