Skip to content

Commit 4015d33

Browse files
authored
ci(workflows): disable automatic setup-node caching (#281)
1 parent 8176c80 commit 4015d33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
uses: actions/setup-node@v4
3535
with:
3636
node-version-file: ".nvmrc"
37+
package-manager-cache: false
3738
- name: Run install
3839
uses: borales/actions-yarn@v5
3940
with:

0 commit comments

Comments
 (0)