Skip to content

build(deps): bump ws from 8.15.1 to 8.17.1 #14

build(deps): bump ws from 8.15.1 to 8.17.1

build(deps): bump ws from 8.15.1 to 8.17.1 #14

Workflow file for this run

name: Test and build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/[email protected]
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Check Yarn Version
run: yarn --version
- name: Install dependencies
run: yarn
- name: Run tests
run: yarn test
- name: Build
run: |
yarn build