Skip to content

Commit b8c525d

Browse files
authored
fix(ci): replace retired pnpm audit endpoint
Replace the broken pnpm audit --prod workflow step with pm audit signatures so CI stops failing on npms retired audit endpoint while preserving a registry integrity check.
1 parent d709547 commit b8c525d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
- name: Type Check
3030
run: pnpm type-check
3131

32-
- name: Security Audit
33-
run: pnpm audit --prod
32+
- name: Registry Signatures Audit
33+
run: npm audit signatures
3434

3535
test:
3636
name: Functional Tests

0 commit comments

Comments
 (0)