Skip to content

chore(deps): bump winston from 3.14.2 to 3.15.0 (#622) #1474

chore(deps): bump winston from 3.14.2 to 3.15.0 (#622)

chore(deps): bump winston from 3.14.2 to 3.15.0 (#622) #1474

Workflow file for this run

name: lint
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Setup Node
uses: actions/setup-node@master
with:
node-version: 22
- name: Checkout Code
uses: actions/checkout@v4
- name: Run Linter
run: |
npm ci
npm run lint