Skip to content

Bump ws from 6.2.2 to 6.2.3 (#255) #1481

Bump ws from 6.2.2 to 6.2.3 (#255)

Bump ws from 6.2.2 to 6.2.3 (#255) #1481

Workflow file for this run

name: Check
on: push
jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
# Checkout the Repo
- uses: actions/checkout@v4
# Install Node 20
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
# Install dependencies
- run: yarn install --frozen-lockfile
# Run tests
- run: yarn run check