diff --git a/.github/workflows/npm-audit-report.yaml b/.github/workflows/npm-audit-report.yaml index 730942126..ee98b016d 100644 --- a/.github/workflows/npm-audit-report.yaml +++ b/.github/workflows/npm-audit-report.yaml @@ -66,7 +66,8 @@ jobs: - name: Temp run: | - node .github/helpers/npm-audit/temp.cjs + node .github/helpers/npm-audit/temp.cjs > temp.txt + cat temp.txt # Run NodeJS script to check for latest npm dependency versions and capture output. - name: Run NPM DEP Check Node.js script