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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.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/[email protected]
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)