Skip to content

Commit

Permalink
chore(deps): update pnpm to v7 (#900)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 authored May 3, 2022
1 parent 20fbeaf commit 18614fb
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 39 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 6
version: 7

- name: Set node version to ${{ matrix.node_version }}
uses: actions/setup-node@v3
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 6
version: 7

- name: Install deps
run: pnpm install
Expand All @@ -77,7 +77,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 6
version: 7

- name: Set node version to 16
uses: actions/setup-node@v3
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 6
version: 7

- name: Set node version to 16
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"vitepress": "~0.22.3",
"vitest": "~0.10.1"
},
"packageManager": "pnpm@6.32.11",
"packageManager": "pnpm@7.0.0",
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
Expand Down
70 changes: 36 additions & 34 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 18614fb

Please sign in to comment.