From ab61a958c67ea45c310a47168c007b5459a508bd Mon Sep 17 00:00:00 2001 From: PatrickSys Date: Wed, 15 Apr 2026 10:48:52 +0200 Subject: [PATCH] fix(ci): replace retired pnpm audit endpoint --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 33ceadf..8496e23 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,8 +29,8 @@ jobs: - name: Type Check run: pnpm type-check - - name: Security Audit - run: pnpm audit --prod + - name: Registry Signatures Audit + run: npm audit signatures test: name: Functional Tests