test(ci): exercise standalone pnpm on Windows

This commit is contained in:
imccyu
2026-08-21 11:24:03 +08:00
parent 89674edc93
commit 4f2868409d
8 changed files with 18 additions and 9 deletions
+2
View File
@@ -437,6 +437,8 @@ jobs:
- uses: pnpm/action-setup@v4
with:
dest: ${{ runner.temp }}/setup-pnpm
# Exercise package-script re-entry through the native pnpm.exe distribution.
standalone: true
- uses: actions/setup-node@v6
with: