From 3379acec3c9fb955e2dec4951744aad07bd013a6 Mon Sep 17 00:00:00 2001 From: Artem Zakharchenko Date: Mon, 18 Mar 2024 19:40:08 +0100 Subject: [PATCH] chore: fetch all git history --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87001b7..6906844 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,11 +12,16 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + fetch-depth: 0 + token: ${{ secrets.GH_ADMIN_TOKEN }} - name: Set up Node.js uses: actions/setup-node@v3 with: node-version: 18 + always-auth: true + registry-url: https://registry.npmjs.org - uses: pnpm/action-setup@v2 with: