🎨 Optimize the user experience of pnpm

This commit is contained in:
Tw93
2025-08-26 15:30:09 +08:00
parent 752623f3dd
commit e805f93ccc
11 changed files with 77 additions and 27 deletions

View File

@@ -72,6 +72,9 @@ jobs:
toolchain: ${{ matrix.rust }}
target: ${{ matrix.target }}
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with: