Skip to content

Commit 0c62c86

Browse files
committed
ci: fixed yarn version mismatch in ci attempt 3
1 parent 9a7c07a commit 0c62c86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ runs:
5353
${{ runner.os }}-yarn-
5454
5555
- name: Install dependencies
56-
run: yarn install
56+
run: yarn install --immutable
5757
shell: bash
5858

5959
- name: Save Yarn Cache

0 commit comments

Comments
 (0)