Skip to content

Commit 8687c69

Browse files
authored
Update ci.yml
1 parent 22184c3 commit 8687c69

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v4
19+
with:
20+
fetch-depth: 1
1921

2022
- name: Use Node.js
2123
uses: actions/setup-node@v4
@@ -26,4 +28,4 @@ jobs:
2628
run: npm install
2729

2830
- name: Run CI
29-
run: npm run ci
31+
run: npm run ci

0 commit comments

Comments
 (0)