Skip to content

Commit ea02a20

Browse files
committed
chore: use --frozen-lockfile instead of --immutable
1 parent 6ba53bf commit ea02a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
cache: "yarn"
2525

2626
- name: Install Dependencies
27-
run: yarn install --immutable
27+
run: yarn install --frozen-lockfile
2828
- name: Build
2929
run: yarn build
3030
- name: Cleanup

0 commit comments

Comments
 (0)