From 419fb40021b3c6bbb52f9d295a2895e50570f724 Mon Sep 17 00:00:00 2001 From: Taras Alekhin Date: Mon, 2 Feb 2026 15:39:08 +0100 Subject: [PATCH] fix: silence for dev deps --- .github/workflows/publish-alpha.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-alpha.yml b/.github/workflows/publish-alpha.yml index 4e43a026..4bc9ef38 100644 --- a/.github/workflows/publish-alpha.yml +++ b/.github/workflows/publish-alpha.yml @@ -39,7 +39,7 @@ jobs: run: yarn build:packages - name: Verify the integrity of provenance attestations and registry signatures for installed dependencies - run: yarn npm audit + run: yarn npm audit --environment production - name: Authenticate in npm run: | diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a4876d39..d9649a9e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -38,7 +38,7 @@ jobs: run: yarn build:packages - name: Verify the integrity of provenance attestations and registry signatures for installed dependencies - run: yarn npm audit + run: yarn npm audit --environment production - name: Authenticate in npm run: |