Skip to content

[Snyk] Upgrade winston from 3.13.0 to 3.14.0 #328

[Snyk] Upgrade winston from 3.13.0 to 3.14.0

[Snyk] Upgrade winston from 3.13.0 to 3.14.0 #328

Workflow file for this run

name: TEST
on:
push:
branches: ['master', 'dev']
pull_request:
branches: ['master', 'dev']
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- name: Install Dependencies
run: npm install
- run: npm run build --if-present