Skip to content

chore(deps-dev): bump ws from 7.5.6 to 7.5.10 #17

chore(deps-dev): bump ws from 7.5.6 to 7.5.10

chore(deps-dev): bump ws from 7.5.6 to 7.5.10 #17

Workflow file for this run

name: CI
on: pull_request
jobs:
ci:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest ]
node: [ 14 ]
steps:
- name: Checkout 🔔
uses: actions/checkout@v1
- name: Setup node env 🏗
uses: actions/[email protected]
with:
node-version: ${{ matrix.node }}
- name: Install dependencies ✨
run: npm install
- name: Run linting 🧪
run: npm run lint
- name: Run unit tests 🛠
run: npm run test