Skip to content

build(deps-dev): bump @types/node from 20.14.14 to 20.17.10 #112

build(deps-dev): bump @types/node from 20.14.14 to 20.17.10

build(deps-dev): bump @types/node from 20.14.14 to 20.17.10 #112

name: Orchestration DEV
on:
pull_request:
branches:
- main
types:
- opened
- reopened
- synchronize
jobs:
analysis:
name: Analysis
uses: ./.github/workflows/analysis.yml
secrets: inherit
ui:
name: ui
needs:
- analysis
uses: ./.github/workflows/ui.yml
with:
environment: dev
secrets: inherit