Skip to content

Commit

Permalink
Let's see if audit works
Browse files Browse the repository at this point in the history
  • Loading branch information
annejan committed Jun 10, 2024
1 parent 289bb73 commit 21d6bcf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/node-testings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm ci
- name: npm
run: npm ci
- name: NPM Audit
run: npm audit

0 comments on commit 21d6bcf

Please sign in to comment.