Skip to content

Commit 86cf734

Browse files
committed
fix: try to revert to yarn 2.4 for calculate size step
1 parent 7bf25eb commit 86cf734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bundle-size.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
3131

3232
- name: Install deps
33-
run: yarn install --immutable
33+
run: yarn install
3434

3535
- name: Build
3636
run: yarn build --filter=\!@strapi/design-system-docs

0 commit comments

Comments
 (0)