diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9a81a3..f8b9476 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,6 +39,11 @@ jobs: runs-on: ubuntu-latest steps: + - name: Checkout + uses: actions/checkout@v4 + with: + fetch-depth: 0 + - name: Setup Node.js uses: actions/setup-node@v4 with: