Skip to content

build(deps): bump winston from 3.13.0 to 3.13.1 #30

build(deps): bump winston from 3.13.0 to 3.13.1

build(deps): bump winston from 3.13.0 to 3.13.1 #30

Workflow file for this run

name: Unit Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- uses: pnpm/action-setup@v4
- name: Install dependencies
run: pnpm install
# Run unit tests
- name: Run CLI unit tests
run: npx nx run cli:test
- name: Run OpenAPI Converter unit tests
run: NODE_OPTIONS=--experimental-vm-modules npx nx run converter-openapi:test