chore: fix fetch depth

This commit is contained in:
Lluis Agusti
2025-06-25 14:16:36 +04:00
parent 107a98e9c3
commit e1f3444d4a

View File

@@ -65,7 +65,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
fetch-depth: 0
with:
fetch-depth: 0
- name: Set up Node.js
uses: actions/setup-node@v4