Skip to content

Bump ws from 8.6.0 to 8.17.1 #40

Bump ws from 8.6.0 to 8.17.1

Bump ws from 8.6.0 to 8.17.1 #40

Workflow file for this run

name: Node.js CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo under GH workspace
uses: actions/checkout@v2
- name: Use nodejs
uses: actions/setup-node@v2
with:
node-version: '16'
cache: 'npm'
- name: Install deps without updating package-lock.json
run: npm i --no-save
- name: Run the CI build
run: npm run ci