Skip to content

Commit dfd002d

Browse files
committed
chore: check audit for production
1 parent 97be699 commit dfd002d

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)