Skip to content

Commit 62595d7

Browse files
authored
chore(ci): fetch all commits on checkout
1 parent 6ef16a1 commit 62595d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424

2525
steps:
2626
- uses: actions/checkout@v2
27+
with:
28+
fetch-depth: 0
2729
- name: Get yarn cache
2830
id: yarn-cache
2931
run: echo "::set-output name=dir::$(yarn config get cacheFolder)"

0 commit comments

Comments
 (0)