Skip to content

Commit 715f3d6

Browse files
authored
chore(ci): avoid double caching
1 parent a94c8ae commit 715f3d6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- run: corepack enable
2424
- uses: actions/setup-node@v5
2525
with:
26+
package-manager-cache: false
2627
node-version: 24
2728
- run: yarn install
2829
if: steps.cache-node.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)