Skip to content

Release 1.4.1 with Node 22 support #544

Release 1.4.1 with Node 22 support

Release 1.4.1 with Node 22 support #544

Workflow file for this run

name: Audit
on:
push:
schedule:
- cron: "40 10 * * *"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
audit:
uses: inrupt/typescript-sdk-tools/.github/workflows/reusable-audit.yml@v3
secrets:
WEBHOOK_E2E_FAILURE: ${{ secrets.WEBHOOK_E2E_FAILURE }}