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 232700a commit 893603b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,14 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2


- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 20.14.0

- name: Audit packages
run: npm audit

- name: Fix issues
run: npm audit fix
run: npm audit fix

0 comments on commit 893603b

Please sign in to comment.