Skip to content

Commit 160c5db

Browse files
committed
chore: Updates pnpm setup
Removes the explicit pnpm version setup. This allows the workflow to use the default or latest available version, simplifying maintenance and potentially benefiting from automatic updates and bug fixes.
1 parent 8b50579 commit 160c5db

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/codecov.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515

1616
- name: Set up pnpm
1717
uses: pnpm/action-setup@v4
18-
with:
19-
version: 10
2018

2119
- name: Set up Node.js
2220
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)