Skip to content

Bump @nestjs/common from 10.3.6 to 10.3.7 #174

Bump @nestjs/common from 10.3.6 to 10.3.7

Bump @nestjs/common from 10.3.6 to 10.3.7 #174

Workflow file for this run

name: on-push
on:
push:
branches:
- main
jobs:
build-lint-test:
uses: ./.github/workflows/build-lint-test.yml
secrets: inherit
publish-alpha:
if: github.actor != 'dependabot[bot]' && github.actor != 'mergify[bot]'
needs:
- build-lint-test
uses: ./.github/workflows/publish-alpha.yml
secrets: inherit
coverage:
needs:
- build-lint-test
uses: ./.github/workflows/publish-coverage.yml
secrets: inherit