Skip to content

Commit

Permalink
ci: use pnpm version 8 for codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
d34dman committed Mar 30, 2024
1 parent b1f01aa commit d607110
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 8
- name: Install requirements
run: pnpm install
- name: Run tests and collect coverage
Expand Down

0 comments on commit d607110

Please sign in to comment.