File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 2828 steps :
2929 - name : Checkout code
3030 uses : actions/checkout@v4
31+ with :
32+ fetch-depth : 0
3133
3234 - name : Setup Node.js 18
3335 uses : actions/setup-node@v4
5153 steps :
5254 - name : Checkout code
5355 uses : actions/checkout@v4
56+ with :
57+ fetch-depth : 0
5458
5559 - name : Setup Node.js 20
5660 uses : actions/setup-node@v4
7175 steps :
7276 - name : Checkout code
7377 uses : actions/checkout@v4
78+ with :
79+ fetch-depth : 0
7480
7581 - name : Setup Node.js 18
7682 uses : actions/setup-node@v4
9197 steps :
9298 - name : Checkout code
9399 uses : actions/checkout@v4
100+ with :
101+ fetch-depth : 0
94102
95103 - name : Setup Node.js 20
96104 uses : actions/setup-node@v4
@@ -116,6 +124,8 @@ jobs:
116124 steps :
117125 - name : Checkout code
118126 uses : actions/checkout@v4
127+ with :
128+ fetch-depth : 0
119129
120130 - name : Setup Node.js 18
121131 uses : actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments