Skip to content

chore(deps-dev): bump @types/node from 20.11.0 to 20.11.3 #79

chore(deps-dev): bump @types/node from 20.11.0 to 20.11.3

chore(deps-dev): bump @types/node from 20.11.0 to 20.11.3 #79

Workflow file for this run

name: Default Pipeline
on:
pull_request:
push:
branches:
- "main"
jobs:
init:
uses: ./.github/workflows/00-init.yml
scan-secrets:
uses: ./.github/workflows/00-scan-secrets.yml
build:
uses: ./.github/workflows/01-build.yml
needs: [init]
secrets: inherit
lint:
uses: ./.github/workflows/01-lint.yml
needs: [init]
secrets: inherit
test:
uses: ./.github/workflows/01-test.yml
needs: [init]
secrets: inherit