Skip to content

Commit

Permalink
chore(deps): update pnpm to v8 (#2039)
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: Shinigami92 <[email protected]>
  • Loading branch information
renovate[bot] and Shinigami92 authored Apr 12, 2023
1 parent 1abf31b commit 79fc7c0
Show file tree
Hide file tree
Showing 3 changed files with 1,018 additions and 1,007 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,16 @@ jobs:
# Required for docs/versions tests
fetch-depth: 0

- name: Install pnpm
- name: Install pnpm (node 14, pnpm 7)
if: matrix.node_version == 14
uses: pnpm/[email protected]
with:
version: 7

- name: Install pnpm
if: matrix.node_version != 14
uses: pnpm/[email protected]

- name: Set node version to ${{ matrix.node_version }}
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"vitest": "~0.30.1",
"vue": "~3.2.47"
},
"packageManager": "pnpm@7.32.0",
"packageManager": "pnpm@8.2.0",
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
"npm": ">=6.14.13"
Expand Down
Loading

0 comments on commit 79fc7c0

Please sign in to comment.