diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4b09db37..f12b7ac3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -17,11 +17,12 @@ jobs: steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - fetch-depth: 0 - name: Install pnpm uses: pnpm/action-setup@v2