Skip to content

bump 1.6.3 improved logging with file #62

bump 1.6.3 improved logging with file

bump 1.6.3 improved logging with file #62

Workflow file for this run

name: Unit Tests
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Node.js and NPM
uses: actions/setup-node@v3
with:
node-version: "latest"
- name: "install dependencies"
run: npm ci
- name: Run tests
run: npm test