ci: disable package manager cache tmp

This commit is contained in:
2025-09-27 08:46:40 +00:00
parent 9c20c5bc92
commit 1fe34245e3
3 changed files with 3 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ jobs:
uses: actions/setup-node@v5
with:
node-version: ${{ inputs.node-version }}
package-manager-cache: false
- name: 🛠️ Setup Node.js Corepack
run: corepack enable

View File

@@ -41,6 +41,7 @@ jobs:
with:
node-version: ${{ inputs.node-version }}
registry-url: ${{ inputs.npm-registry-url }}
package-manager-cache: false
- name: 🛠️ Setup Node.js Corepack
run: corepack enable

View File

@@ -58,6 +58,7 @@ jobs:
uses: actions/setup-node@v5
with:
node-version: ${{ inputs.node-version }}
package-manager-cache: false
- name: 🛠️ Setup Node.js Corepack
run: corepack enable