Skip to content

Commit ed6edee

Browse files
change npm audit level to high
1 parent 44017db commit ed6edee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/npm-audit-example-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
node-version: 16
1717

1818
- name: Run npm audit (app)
19-
run: npm audit
19+
run: npm audit --audit-level=high
2020
working-directory: example

.github/workflows/npm-audit-sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
node-version: 16
1717

1818
- name: Run npm audit
19-
run: npm audit
19+
run: npm audit --audit-level=high

0 commit comments

Comments
 (0)