Skip to content

build(deps-dev): Bump @types/node from 17.0.45 to 20.10.0 #684

build(deps-dev): Bump @types/node from 17.0.45 to 20.10.0

build(deps-dev): Bump @types/node from 17.0.45 to 20.10.0 #684

Workflow file for this run

name: "Workflow Dispatch"
on: push
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
call-lint:
name: "Lint"
uses: ./.github/workflows/lint.yml
call-deploy:
name: "Deploy"
needs: call-lint
uses: ./.github/workflows/deploy.yml
secrets: inherit