Skip to content

Commit 884fa65

Browse files
authored
Merge pull request #79 from IBM/add_security_test
Add an npm audit security check into CI
2 parents 8291dc8 + 881c3ea commit 884fa65

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)