Skip to content

Bump ws from 7.5.3 to 7.5.10 #84

Bump ws from 7.5.3 to 7.5.10

Bump ws from 7.5.3 to 7.5.10 #84

Workflow file for this run

name: Build
on:
push:
branches:
- master
- develop
pull_request:
branches:
- master
- develop
jobs:
build:
name: Build And Lint
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
steps:
- name: checkout
uses: actions/checkout@v2
- name: Node.js
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install
run: npm install
- name: lint
run: npm run lint