Skip to content

Commit bf47554

Browse files
ci: disable caching in actions/setup-node (#296)
ci: disable caching in actions/setup-node
1 parent 1d04638 commit bf47554

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/setup/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ runs:
99
uses: actions/setup-node@v5.0.0
1010
with:
1111
node-version-file: .nvmrc
12+
package-manager-cache: false
1213
- name: Get pnpm store directory
1314
shell: bash
1415
run: |

0 commit comments

Comments
 (0)