Skip to content

Commit

Permalink
Added auditing
Browse files Browse the repository at this point in the history
  • Loading branch information
anne-moore committed Jul 10, 2024
1 parent 94f809c commit 232700a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Audit packages
run: npm audit
run: npm audit

- name: Fix issues
run: npm audit fix

0 comments on commit 232700a

Please sign in to comment.