Skip to content

Commit 017c999

Browse files
committed
chore: updated action version
1 parent b108cfd commit 017c999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/measure-packages-size.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
ref: ${{ steps.extract_PR_details.outputs.headSHA }}
3333
- name: Packages size report
34-
uses: flochaz/pkg-size-action@v1.2.15
34+
uses: flochaz/pkg-size-action@v2.0.0
3535
with:
3636
build-command: mkdir dist && npm run package -w packages/logger -w packages/tracer -w packages/metrics -w packages/commons && npm run package-bundle -w packages/logger -w packages/tracer -w packages/metrics -w packages/commons && bash -c "mv ./packages/*/dist/* dist/" && ls dist
3737
dist-directory: /dist

0 commit comments

Comments
 (0)