Skip to content

Commit

Permalink
fix: ACNA-1825 - daily - npm audit checks are failing with aio-cli@9.x (
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron authored Oct 6, 2022
1 parent bebd388 commit d8cb3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
mkdir testapp
cd testapp
aio app init -y --no-login --no-extensions
aio app init -y --no-login --standalone-app
npm audit --audit-level=high --json > auditoutput.txt
- id: runaudit
name: if audit had failed, run npm audit without json flag so we can see what is failing
Expand Down

0 comments on commit d8cb3f1

Please sign in to comment.