Skip to content

feat: suport nestjs v9 #25

feat: suport nestjs v9

feat: suport nestjs v9 #25

Workflow file for this run

name: Publish Package to npmjs
on:
push:
branches:
- main
- feat/support-nestjs-9
jobs:
lint:
uses: hodfords-solutions/actions/.github/workflows/lint.yaml@main
build:
uses: hodfords-solutions/actions/.github/workflows/publish.yaml@main
with:
build_path: dist/lib
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
update-docs:
uses: hodfords-solutions/actions/.github/workflows/update-doc.yaml@main
needs: build
secrets:
DOC_SSH_PRIVATE_KEY: ${{ secrets.DOC_SSH_PRIVATE_KEY }}