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

chore(deps): bump tough-cookie and jsdom #74

chore(deps): bump tough-cookie and jsdom

chore(deps): bump tough-cookie and jsdom #74

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/checkout@v3.1.0
with:
path: workspace
- name: "Install NPM dependencies"
working-directory: workspace
run: npm ci
- name: "Run Jest"
working-directory: workspace
run: npm test