Skip to content

Commit 6e437bf

Browse files
committed
Use packageManager field for pnpm version in CI
1 parent 6058383 commit 6e437bf

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1717
- name: Install pnpm
1818
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
19-
with:
20-
version: 11
2119
- name: Install Node.js
2220
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
2321
with:
@@ -41,8 +39,6 @@ jobs:
4139
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4240
- name: Install pnpm
4341
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
44-
with:
45-
version: 11
4642
- name: Install Node.js ${{ matrix.node-version }}
4743
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
4844
with:

0 commit comments

Comments
 (0)