Skip to content

Commit

Permalink
chore(deps): update pnpm to v8 (#12830)
Browse files Browse the repository at this point in the history
Co-authored-by: Shinigami92 <chrissi92@hotmail.de>
  • Loading branch information
renovate[bot] and Shinigami92 committed Apr 12, 2023
1 parent cdd9c23 commit 12ff365
Show file tree
Hide file tree
Showing 3 changed files with 2,436 additions and 2,369 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,14 @@ jobs:
packages/create-vite/template**
**.md
- name: Install pnpm (node 14, pnpm 7)
if: steps.changed-files.outputs.only_changed != 'true' && matrix.node_version == 14
uses: pnpm/action-setup@v2.2.4
with:
version: 7

- name: Install pnpm
if: steps.changed-files.outputs.only_changed != 'true'
if: steps.changed-files.outputs.only_changed != 'true' && matrix.node_version != 14
uses: pnpm/action-setup@v2.2.4

- name: Set node version to ${{ matrix.node_version }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@7.30.0",
"packageManager": "pnpm@8.2.0",
"pnpm": {
"overrides": {
"vite": "workspace:*"
Expand Down
Loading

0 comments on commit 12ff365

Please sign in to comment.