Skip to content

Bump winston-daily-rotate-file from 4.6.1 to 5.0.0 #55

Bump winston-daily-rotate-file from 4.6.1 to 5.0.0

Bump winston-daily-rotate-file from 4.6.1 to 5.0.0 #55

Workflow file for this run

name: Run Test Scripts
on:
push:
branches: main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
with:
ref: ${{ github.ref }}
- name: Install dependencies
run: 'npm ci'
- name: Run Tests
run: 'npm test'