chore: also return handle for intraledger payment destination #308
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Nodejs Audit" | |
on: | |
pull_request: | |
branches: [ main ] | |
jobs: | |
integration: | |
name: Nodejs Audit | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: actions/setup-node@v2 | |
- name: Run ci audit task | |
run: ./ci/vendor/tasks/nodejs-audit.sh |