Skip to content

Commit cac23d9

Browse files
Change yarn install command to allow updates
1 parent 4be6cd3 commit cac23d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: corepack enable
2222

2323
- name: Install dependencies
24-
run: yarn install --immutable
24+
run: yarn install
2525

2626
- name: Type check
2727
run: yarn typecheck

0 commit comments

Comments
 (0)