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

chore(deps-dev): bump minimist from 1.2.5 to 1.2.8 #63

chore(deps-dev): bump minimist from 1.2.5 to 1.2.8

chore(deps-dev): bump minimist from 1.2.5 to 1.2.8 #63

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