Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Bump ws from 6.2.1 to 6.2.3 #76

Bump ws from 6.2.1 to 6.2.3

Bump ws from 6.2.1 to 6.2.3 #76

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run Prettier
run: yarn lint
- name: Ensure build succeeds
run: yarn build:preview