Skip to content

Bump ws from 7.5.6 to 7.5.10 #144

Bump ws from 7.5.6 to 7.5.10

Bump ws from 7.5.6 to 7.5.10 #144

Workflow file for this run

name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- uses: CultureHQ/[email protected]
- run: yarn
- run: yarn check-docs
- run: yarn check-tests
- run: yarn lint
- run: yarn test
- run: yarn build