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

chore(deps): bump ws from 7.5.9 to 7.5.10 #68

chore(deps): bump ws from 7.5.9 to 7.5.10

chore(deps): bump ws from 7.5.9 to 7.5.10 #68

Workflow file for this run

name: Build
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install
run: yarn
- name: build
run: yarn run build
- name: test
run: yarn test