Skip to content

Bump ws from 8.7.0 to 8.17.1 #83

Bump ws from 8.7.0 to 8.17.1

Bump ws from 8.7.0 to 8.17.1 #83

Workflow file for this run

name: Install & Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js v16
uses: actions/setup-node@v2
with:
node-version: '16'
- name: Install
run: npm install
- name: Prepare config file
run: cp sample_auth.json auth.json
- name: Build
run: npm run build