Skip to content

Commit 12ff365

Browse files
chore(deps): update pnpm to v8 (#12830)
Co-authored-by: Shinigami92 <[email protected]>
1 parent cdd9c23 commit 12ff365

File tree

3 files changed

+2436
-2369
lines changed

3 files changed

+2436
-2369
lines changed

.github/workflows/ci.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,14 @@ jobs:
6767
packages/create-vite/template**
6868
**.md
6969
70+
- name: Install pnpm (node 14, pnpm 7)
71+
if: steps.changed-files.outputs.only_changed != 'true' && matrix.node_version == 14
72+
uses: pnpm/[email protected]
73+
with:
74+
version: 7
75+
7076
- name: Install pnpm
71-
if: steps.changed-files.outputs.only_changed != 'true'
77+
if: steps.changed-files.outputs.only_changed != 'true' && matrix.node_version != 14
7278
uses: pnpm/[email protected]
7379

7480
- name: Set node version to ${{ matrix.node_version }}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"eslint --cache --fix"
105105
]
106106
},
107-
"packageManager": "pnpm@7.30.0",
107+
"packageManager": "pnpm@8.2.0",
108108
"pnpm": {
109109
"overrides": {
110110
"vite": "workspace:*"

0 commit comments

Comments
 (0)