Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

chore(deps-dev): bump ws from 7.4.3 to 7.5.10 #64

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

chore(deps-dev): bump ws from 7.4.3 to 7.5.10 #64

Workflow file for this run

name: "CI"
on: push
jobs:
run_tests:
runs-on: ubuntu-20.04
container:
image: jobteaser/node:2.0.0
steps:
- name: "Checkout"
uses: actions/[email protected]
with:
path: workspace
- name: "Install NPM dependencies"
working-directory: workspace
run: npm ci
- name: "Run Jest"
working-directory: workspace
run: npm test