Skip to content

Commit d607110

Browse files
committed
ci: use pnpm version 8 for codecov action
1 parent b1f01aa commit d607110

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/codecov.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- name: Setup pnpm
1414
uses: pnpm/action-setup@v3
15+
with:
16+
version: 8
1517
- name: Install requirements
1618
run: pnpm install
1719
- name: Run tests and collect coverage

0 commit comments

Comments
 (0)