Skip to content

chore(deps): update dependency @types/node to v20.17.3 (#757) #797

chore(deps): update dependency @types/node to v20.17.3 (#757)

chore(deps): update dependency @types/node to v20.17.3 (#757) #797

Workflow file for this run

name: Release
on:
push:
branches:
- main
- next
- next-major
- alpha
- beta
# N.x (maintenance release branches)
- '[0-9]+.x'
concurrency:
group: release-${{ github.ref }}
jobs:
release:
name: Reusable release workflow
uses: reside-eng/workflow-templates-library/.github/workflows/release_library.yml@v1
with:
TIMEOUT: 30
NODE_VERSION: 20.x
SLACK_NOTIFICATION_SECRET: SLACK_WEBHOOK_PLATFORM_PROD
IS_MONOREPO: true
ENABLE_COVERAGE: false
secrets: inherit