From 8a16a8bec58b3e0502ddd6216cfe69f3703f0dc0 Mon Sep 17 00:00:00 2001 From: Lyda <1829913225@qq.com> Date: Thu, 18 Sep 2025 10:49:01 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=B0=86=E9=BB=98=E8=AE=A4=E5=8C=85?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=99=A8=E4=BB=8E=20npm=20=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=20pnpm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- npm-install/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm-install/action.yml b/npm-install/action.yml index 7c24a59..63f3881 100644 --- a/npm-install/action.yml +++ b/npm-install/action.yml @@ -8,7 +8,7 @@ inputs: package-manager: description: '包管理器类型 (npm, pnpm, yarn)' required: false - default: 'npm' + default: 'pnpm' pnpm-version: description: 'pnpm 版本(当 package-manager=pnpm 时生效)'