Skip to content

feat: add get one business invitation endpoint #821

feat: add get one business invitation endpoint

feat: add get one business invitation endpoint #821

Workflow file for this run

#
# This CI triggered on PRs.
#
# Verify if `npm run build:dist` pass
#
on:
- pull_request
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
registry-url: "https://npm.pkg.github.com"
- run: npm install
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: npm run build:dist