mirror of
https://github.com/yanhao98/composite-actions.git
synced 2025-12-16 10:50:30 +08:00
禁用 actions/setup-node 操作中的包管理器缓存支持
This commit is contained in:
@@ -189,7 +189,7 @@ runs:
|
||||
- uses: actions/setup-node@v6 # https://github.com/actions/setup-node?tab=readme-ov-file#usage
|
||||
with:
|
||||
node-version: ${{ steps.prepare.outputs.nodeVersion }}
|
||||
package-manager-cache: true
|
||||
package-manager-cache: false
|
||||
|
||||
- id: pnpm-store-dir
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user