1 Commits

Author SHA1 Message Date
1fe34245e3 ci: disable package manager cache tmp 2025-09-27 08:46:40 +00:00
3 changed files with 3 additions and 0 deletions

View File

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

View File

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

View File

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