Skip to content

Bump ws from 7.4.6 to 7.5.10 #156

Bump ws from 7.4.6 to 7.5.10

Bump ws from 7.4.6 to 7.5.10 #156

Workflow file for this run

name: Test preparation
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [14]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node_version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node_version }}
- name: npm install and run prepare
run: |
npm install
npm run prepare