🔧 解决 pnpm 未安装问题

This commit is contained in:
BTMuli
2023-10-25 17:56:19 +08:00
parent 5411ae013f
commit 3c4e30d0f5

View File

@@ -30,6 +30,10 @@ jobs:
with:
node-version: 16
cache: "pnpm"
- name: setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8.9.2
- name: Install frontend dependencies
run: pnpm install