diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 59e4417..434ba18 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -17,6 +17,7 @@ jobs:
       - uses: actions/setup-node@v1
         with:
           node-version: 12
+          fetch-depth: 0
 
       - name: Checkout current snapshots
         run: |