Skip to content

Commit 1701eb0

Browse files
committed
Fix ci
1 parent 17e2494 commit 1701eb0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
name: Test with Node v${{ matrix.node }} on ${{ matrix.os }}
3131
steps:
3232
- uses: actions/checkout@v3
33+
with:
34+
fetch-depth: 0
3335
- uses: actions/setup-node@v3
3436
with:
3537
node-version: ${{ matrix.node }}

0 commit comments

Comments
 (0)