Skip to content

Commit 8a4aa5e

Browse files
chore(workflows): update yarn install command to use --immutable flag for consistency in dependency management
1 parent ba6db51 commit 8a4aa5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: corepack enable
4242

4343
- name: Install dependencies
44-
run: yarn install
44+
run: yarn install --immutable
4545

4646
- name: Build Storybook
4747
run: yarn build-storybook

.github/workflows/pr-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: corepack enable
4141

4242
- name: Install dependencies
43-
run: yarn install
43+
run: yarn install --immutable
4444

4545
- name: Build Storybook
4646
run: yarn build-storybook

0 commit comments

Comments
 (0)