Skip to content

fix(deps): update dependency winston to ^3.15.0 #25

fix(deps): update dependency winston to ^3.15.0

fix(deps): update dependency winston to ^3.15.0 #25

Workflow file for this run

name: Build & Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up NPM
uses: actions/setup-node@v4
with:
node-version: '20'
- run: npm i # Install dependencies
- run: npm run build # Build sources
- run: npm test # Run tests