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: