mirror of
https://github.com/yanhao98/composite-actions.git
synced 2026-02-04 09:50:33 +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
|
- uses: actions/setup-node@v6 # https://github.com/actions/setup-node?tab=readme-ov-file#usage
|
||||||
with:
|
with:
|
||||||
node-version: ${{ steps.prepare.outputs.nodeVersion }}
|
node-version: ${{ steps.prepare.outputs.nodeVersion }}
|
||||||
package-manager-cache: true
|
package-manager-cache: false
|
||||||
|
|
||||||
- id: pnpm-store-dir
|
- id: pnpm-store-dir
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user