Skip to content

Commit cfefb92

Browse files
chore: setup action update
1 parent 55289a7 commit cfefb92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ runs:
2121
2222
- name: Install dependencies
2323
if: steps.yarn-cache.outputs.cache-hit != 'true'
24-
run: yarn install --immutable --frozen-lockfile --immutable-cache
24+
run: yarn install --immutable --frozen-lockfile
2525
shell: bash

0 commit comments

Comments
 (0)