Skip to content

Commit 2abdca4

Browse files
authored
Merge pull request #108 from PFConnect/canary
feat: npm audit added to ci workflow
2 parents 49bfdce + 19df8c1 commit 2abdca4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: lint
1+
name: ci
22

33
on:
44
push:
@@ -29,6 +29,9 @@ jobs:
2929
- name: Install dependencies
3030
run: npm ci
3131

32+
- name: Run npm audit
33+
run: npm audit --audit-level=high
34+
3235
- name: Run lint
3336
run: npm run lint
3437

0 commit comments

Comments
 (0)