Skip to content

Bump ws from 7.5.3 to 7.5.10 #186

Bump ws from 7.5.3 to 7.5.10

Bump ws from 7.5.3 to 7.5.10 #186

Workflow file for this run

name: CD Actions
on: [push]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: .
strategy:
matrix:
node-version: [14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm run script:cd