Skip to content

Bump ws from 7.5.1 to 7.5.10 #1106

Bump ws from 7.5.1 to 7.5.10

Bump ws from 7.5.1 to 7.5.10 #1106

Workflow file for this run

name: CI
on:
push:
branches: [ "master" ]
pull_request:
pull_request_target:
branches: [ "master" ]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout branch 🛎
uses: actions/checkout@v3
- name: Setup node env 🏗
uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
- name: Install dependencies 👨🏻‍💻
run: yarn
- name: Build 📦
run: yarn build
- name: Run linter 👀
run: yarn lint
- name: Run tests 🧪
run: yarn test