diff --git a/.github/workflows/ci-push-release-branches.yml b/.github/workflows/ci-push-release-branches.yml index 23fd12c..1fd720a 100644 --- a/.github/workflows/ci-push-release-branches.yml +++ b/.github/workflows/ci-push-release-branches.yml @@ -10,11 +10,13 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: 20 + node-version: "lts/*" - name: Install pnpm uses: pnpm/action-setup@v3