Skip to content

Commit 4ca3e78

Browse files
committed
fix: audit production deps only (electron CVEs are in devDeps)
1 parent 70bf21a commit 4ca3e78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
- run: npm ci
2020
- run: npm run tsc
2121
- run: npm run lint
22-
- run: npm audit --audit-level=high
22+
- run: npm audit --audit-level=high --omit=dev

0 commit comments

Comments
 (0)