fix: web test not install pnpm before use (#13931)

This commit is contained in:
Joel 2025-02-18 18:18:37 +08:00 committed by GitHub
parent a4b992c1ab
commit 562852a0ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,6 +32,12 @@ jobs:
with:
files: web/**
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 10
run_install: false
- name: Setup Node.js
uses: actions/setup-node@v4
if: steps.changed-files.outputs.any_changed == 'true'