Skip to content

Commit 7302bdf

Browse files
committed
pipeline: Only run npm audit for production dependencies
1 parent 74b0174 commit 7302bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
node-version: ${{ matrix.node-version }}
3232
- run: npm ci
33-
- run: npm audit
33+
- run: npm audit --production
3434
publish:
3535
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
3636
needs: [test, audit]

0 commit comments

Comments
 (0)