From 3f9f096a7b4cf916916b83d7190689b9ff3d23fa Mon Sep 17 00:00:00 2001 From: BradyMitch Date: Wed, 10 Jul 2024 10:29:38 -0700 Subject: [PATCH] Test --- .github/workflows/npm-audit-report.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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