Skip to content

Bump ws from 7.5.9 to 7.5.10 #165

Bump ws from 7.5.9 to 7.5.10

Bump ws from 7.5.9 to 7.5.10 #165

Workflow file for this run

name: Run Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.13.0]
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run tests with Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install -g yarn
- run: yarn install
- run: yarn test-ci
- run: yarn build