Skip to content

fix: upgrade winston from 3.13.0 to 3.13.1 #73

fix: upgrade winston from 3.13.0 to 3.13.1

fix: upgrade winston from 3.13.0 to 3.13.1 #73

Workflow file for this run

name: Tests
on: [push]
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "18"
- name: Install Dependencies
run: npm install
- name: Unit Tests
run: npm run test