Skip to content

Bump ws from 7.5.5 to 7.5.10 #300

Bump ws from 7.5.5 to 7.5.10

Bump ws from 7.5.5 to 7.5.10 #300

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Install Dependencies
run: yarn install
- name: Test
run: yarn test
- name: Build
run: yarn build