fix: 忘记安装 pnpm

This commit is contained in:
Super12138 2025-10-02 10:23:05 +08:00
parent a7446dd5b4
commit e3c5f3fc8c

View file

@ -18,6 +18,11 @@ jobs:
with:
fetch-depth: 0
- name: Setup pnpm
uses: pnpm/action-setup@v4.1.0
with:
version: latest
- name: Setup Node
uses: actions/setup-node@v5.0.0
with: