Chore: set fetch depth for bundle analysis (#12257)

This commit is contained in:
shamoon
2026-03-05 23:54:05 -08:00
committed by GitHub
parent 815e598218
commit 1c2d5483c2

View File

@@ -164,6 +164,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v6.0.2
with:
fetch-depth: 2
- name: Install pnpm
uses: pnpm/action-setup@v4.2.0
with: