Skip to content

Commit 50ba3ee

Browse files
committed
fix(ci): disable Yarn immutable installs in example workflow
- Set `YARN_ENABLE_IMMUTABLE_INSTALLS` to `false` during dependency installation - Resolves compatibility issues with the build process in `test-on-release.yml`
1 parent 21a3695 commit 50ba3ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-on-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ jobs:
6464
6565
- name: Install dependencies
6666
working-directory: ./example
67+
env:
68+
YARN_ENABLE_IMMUTABLE_INSTALLS: false
6769
run: yarn install
6870

6971
- name: Build Storybook & Deploy to Cloudflare Pages

0 commit comments

Comments
 (0)