Skip to content

Bump winston-transport from 4.5.0 to 4.7.1 #12

Bump winston-transport from 4.5.0 to 4.7.1

Bump winston-transport from 4.5.0 to 4.7.1 #12

Workflow file for this run

name: Run Tests
on:
pull_request:
branches: [ master, main ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 20.x, 22.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: npm install
- name: Run Tests
run: npm test