From 969760364d09898045966579d66784d2a12a4d6c Mon Sep 17 00:00:00 2001 From: yyh <92089059+lyzno1@users.noreply.github.com> Date: Mon, 18 May 2026 14:55:38 +0800 Subject: [PATCH] ci: ensure pnpm is available in setup-web action (#36315) --- .github/actions/setup-web/action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/actions/setup-web/action.yml b/.github/actions/setup-web/action.yml index 085b39ebfb..2979c3ddb8 100644 --- a/.github/actions/setup-web/action.yml +++ b/.github/actions/setup-web/action.yml @@ -1,8 +1,13 @@ name: Setup Web Environment +description: Set up Node.js, Vite+, pnpm, and web dependencies runs: using: composite steps: + - name: Setup pnpm + uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6.0.5 + with: + run_install: false - name: Setup Vite+ uses: voidzero-dev/setup-vp@4f5aa3e38c781f1b01e78fb9255527cee8a6efa6 # v1.8.0 with: