Skip to content

Commit 69fb8c8

Browse files
renovate[bot]sxzz
andauthored
chore(deps): update pnpm to v8 (#249)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: 三咲智子 Kevin Deng <[email protected]>
1 parent b43690d commit 69fb8c8

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/ci.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,12 @@ jobs:
5050
uses: actions/checkout@v3
5151

5252
- name: Install pnpm
53-
uses: pnpm/[email protected]
53+
if: ${{ matrix.node_version != 14 }}
54+
uses: pnpm/action-setup@v2
55+
56+
- name: Install pnpm 8 (node 14)
57+
if: ${{ matrix.node_version == 14 }}
58+
run: npm install -g @pnpm/exe@next-8
5459

5560
- name: Set node version to ${{ matrix.node_version }}
5661
uses: actions/setup-node@v3

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"eslint --cache --fix"
8989
]
9090
},
91-
"packageManager": "pnpm@7.33.6",
91+
"packageManager": "pnpm@8.7.1",
9292
"pnpm": {
9393
"overrides": {
9494
"@vitejs/plugin-vue": "workspace:*"

0 commit comments

Comments
 (0)