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 893603b commit a03b99d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 20.14.0


- name: Install dependencies
run: npm install

- name: Audit packages
run: npm audit

Expand Down

0 comments on commit a03b99d

Please sign in to comment.