使用github推荐的方式添加pnpm

This commit is contained in:
Jerry 2025-06-05 21:08:08 +08:00
parent 3b82e88cd9
commit 284f8cd102

View File

@ -24,7 +24,9 @@ jobs:
cache: 'pnpm'
- name: Install pnpm
run: npm install -g pnpm
uses: pnpm/action-setup@v2
with:
version: 8
- name: Install dependencies
run: pnpm install