Skip to content

Commit 70caf42

Browse files
authored
chore: check audit for production (#3428)
1 parent 4e9fc9a commit 70caf42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: npm run lint
4747

4848
- name: Security audit
49-
run: npm audit
49+
run: npm audit --production
5050

5151
- name: Check commit message
5252
uses: wagoid/commitlint-github-action@v1

0 commit comments

Comments
 (0)