Skip to content

Commit 5c305b9

Browse files
committed
Use pnpm audit in frontend CI job
1 parent 887bd23 commit 5c305b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
run: pnpm run format:check
110110

111111
- name: Audit dependencies
112-
run: npm audit --audit-level=moderate
112+
run: pnpm audit --audit-level=moderate
113113

114114
- name: Run frontend tests
115115
run: pnpm run test:ci

0 commit comments

Comments
 (0)