We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 430c087 commit dc1067cCopy full SHA for dc1067c
.github/workflows/ci.yml
@@ -48,6 +48,8 @@ jobs:
48
needs: install-dependencies
49
steps:
50
- uses: actions/checkout@v4
51
+ with:
52
+ fetch-depth: 0
53
- uses: actions/setup-node@v4
54
with:
55
node-version-file: ".nvmrc"
@@ -72,6 +74,8 @@ jobs:
72
74
73
75
76
77
78
79
80
81
@@ -92,6 +96,8 @@ jobs:
92
96
93
97
94
98
99
100
95
101
102
103
0 commit comments