Skip to content

Commit 0dc5ff1

Browse files
committed
chore: explicit package manager cache disable
1 parent 72c4730 commit 0dc5ff1

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/actions/node-setup/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ runs:
1111
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
1212
with:
1313
node-version: ${{ inputs.node-version }}
14+
package-manager-cache: false
1415

1516
- name: Install dependencies
1617
shell: bash

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
3131
with:
3232
node-version: 24
33+
package-manager-cache: false
3334
registry-url: https://registry.npmjs.org
3435

3536
- name: Publish to npm

0 commit comments

Comments
 (0)