Skip to content

Bump ws from 6.2.1 to 6.2.3 #18

Bump ws from 6.2.1 to 6.2.3

Bump ws from 6.2.1 to 6.2.3 #18

Workflow file for this run

name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v2
- name: Install Dependencies
run: npm install -f
- name: Build
run: npm run build