Skip to content

build(deps-dev): bump @nx/webpack from 18.3.4 to 19.4.3 #16

build(deps-dev): bump @nx/webpack from 18.3.4 to 19.4.3

build(deps-dev): bump @nx/webpack from 18.3.4 to 19.4.3 #16

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@v2
with:
version: latest
- 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