From b58a20dd35fa563976f7b40f4b9dfa9585163b2a Mon Sep 17 00:00:00 2001 From: april418 Date: Mon, 29 Jun 2026 18:27:08 +0900 Subject: [PATCH] =?UTF-8?q?ci:=20audit=20=E3=82=B3=E3=83=9E=E3=83=B3?= =?UTF-8?q?=E3=83=89=E3=82=92=20pnpm=20audit=20=E3=81=AB=E7=B0=A1=E7=B4=A0?= =?UTF-8?q?=E5=8C=96=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit packageManager を pnpm 11.9.0 にしたため、別版を dlx する必要がなくなった。 pnpm dlx ... pnpm@11.9.0 ... audit を素の pnpm audit に置き換える。 Co-Authored-By: Claude --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 984dc9e..2b77195 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: - run: pnpm install --frozen-lockfile - name: Security audit - run: pnpm dlx --config.minimumReleaseAge=0 pnpm@11.9.0 --config.package-manager-strict=false audit + run: pnpm audit - run: pnpm test