Skip to content

chore(deps): bump winston from 2.4.6 to 2.4.7 #726

chore(deps): bump winston from 2.4.6 to 2.4.7

chore(deps): bump winston from 2.4.6 to 2.4.7 #726

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
test:
name: Test on node ${{ matrix.node-version }} and ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [14.x,16.x]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}