Skip to content

Commit 01cba63

Browse files
committed
Don't audit dev deps
1 parent f4b8c73 commit 01cba63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ jobs:
8888
- uses: actions/checkout@v2
8989
- run: npm install
9090
- run: npm test
91-
- run: npm audit --audit-level=moderate
91+
- run: npm audit --audit-level=moderate --only=prod

0 commit comments

Comments
 (0)