Skip to content

Commit 514294f

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

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/bundle-size.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,5 @@ jobs:
2929
path: '**/node_modules'
3030
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
3131

32-
- name: Install deps
33-
run: yarn install --immutable
34-
3532
- name: Build
3633
run: yarn build --filter=\!@strapi/design-system-docs
37-
38-
- name: Calculate size
39-
uses: preactjs/compressed-size-action@v2
40-
with:
41-
pattern: '**/dist/**/*.{cjs,js,mjs,svg}'

0 commit comments

Comments
 (0)