Skip to content

Commit 881c3ea

Browse files
committed
Add an npm audit security check into CI
Signed-off-by: Jason Frey <fryguy9@gmail.com>
1 parent 8291dc8 commit 881c3ea

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,3 +358,14 @@ jobs:
358358
- run: npm run package
359359
- name: Check dist directory is up to date
360360
run: git diff --exit-code
361+
362+
security:
363+
runs-on: ubuntu-latest
364+
steps:
365+
- uses: actions/checkout@v6
366+
- name: Set up Node.js
367+
uses: actions/setup-node@v6
368+
with:
369+
node-version: 24
370+
package-manager-cache: false
371+
- run: npm audit

0 commit comments

Comments
 (0)