Skip to content

Commit 2ada095

Browse files
committed
ci: use latest
1 parent 067c974 commit 2ada095

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ jobs:
8282
run: mv **/*.xml ./
8383
- name: Setup pnpm
8484
uses: pnpm/action-setup@v4
85+
with:
86+
version: latest
8587
- name: merge coverage
8688
run: pnpm dlx cobertura@1.0.4 -o coverage.xml $(ls *.xml | sed 's/^\\(\\(coverage\\)-\(.*\\)\\.xml$/\\3=\\1/g')
8789
- name: show

0 commit comments

Comments
 (0)