Skip to content

Commit

Permalink
chore(deps): update pnpm to v8 (#249)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
  • Loading branch information
renovate[bot] and sxzz committed Sep 1, 2023
1 parent b43690d commit 69fb8c8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -50,7 +50,12 @@ jobs:
uses: actions/checkout@v3

- name: Install pnpm
uses: pnpm/action-setup@v2.4.0
if: ${{ matrix.node_version != 14 }}
uses: pnpm/action-setup@v2

- name: Install pnpm 8 (node 14)
if: ${{ matrix.node_version == 14 }}
run: npm install -g @pnpm/exe@next-8

- name: Set node version to ${{ matrix.node_version }}
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -88,7 +88,7 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@7.33.6",
"packageManager": "pnpm@8.7.1",
"pnpm": {
"overrides": {
"@vitejs/plugin-vue": "workspace:*"
Expand Down

0 comments on commit 69fb8c8

Please sign in to comment.