Skip to content

Commit f37dc33

Browse files
ci: rely on package.json packageManager for pnpm version
1 parent 4542914 commit f37dc33

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ jobs:
1818
uses: actions/checkout@v4
1919
- name: Setup pnpm
2020
uses: pnpm/action-setup@v4
21-
with:
22-
version: 10
21+
# version is read from package.json#packageManager
2322
- name: Setup Node.js
2423
uses: actions/setup-node@v4
2524
with:

0 commit comments

Comments
 (0)