Skip to content

Commit c7eeb8d

Browse files
authored
chore: remove redundant pnpm version in ci (#8039)
1 parent 95eb45b commit c7eeb8d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ jobs:
4747

4848
- name: Install pnpm
4949
uses: pnpm/action-setup@v2
50-
with:
51-
version: 6
5250

5351
- name: Set node version to ${{ matrix.node_version }}
5452
uses: actions/setup-node@v3
@@ -85,8 +83,6 @@ jobs:
8583

8684
- name: Install pnpm
8785
uses: pnpm/action-setup@v2
88-
with:
89-
version: 6
9086

9187
- name: Set node version to 16
9288
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)