Skip to content

Commit dc1067c

Browse files
committed
CI: Add fetch depth 0
1 parent 430c087 commit dc1067c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
needs: install-dependencies
4949
steps:
5050
- uses: actions/checkout@v4
51+
with:
52+
fetch-depth: 0
5153
- uses: actions/setup-node@v4
5254
with:
5355
node-version-file: ".nvmrc"
@@ -72,6 +74,8 @@ jobs:
7274
needs: install-dependencies
7375
steps:
7476
- uses: actions/checkout@v4
77+
with:
78+
fetch-depth: 0
7579
- uses: actions/setup-node@v4
7680
with:
7781
node-version-file: ".nvmrc"
@@ -92,6 +96,8 @@ jobs:
9296
needs: install-dependencies
9397
steps:
9498
- uses: actions/checkout@v4
99+
with:
100+
fetch-depth: 0
95101
- uses: actions/setup-node@v4
96102
with:
97103
node-version-file: ".nvmrc"

0 commit comments

Comments
 (0)