Skip to content

Commit 7576d7b

Browse files
authored
chore: upgrade pnpm 7 (#397)
1 parent ab90df6 commit 7576d7b

File tree

3 files changed

+753
-129
lines changed

3 files changed

+753
-129
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v2
1717

1818
- name: Install pnpm
19-
uses: pnpm/action-setup@v2.2.1
19+
uses: pnpm/action-setup@v2
2020

2121
- name: Set node
2222
uses: actions/setup-node@v2
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/checkout@v2
4747

4848
- name: Install pnpm
49-
uses: pnpm/action-setup@v2.2.1
49+
uses: pnpm/action-setup@v2
5050

5151
- name: Set node version to ${{ matrix.node }}
5252
uses: actions/setup-node@v2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-vue-components",
33
"version": "0.19.5",
4-
"packageManager": "pnpm@6.32.3",
4+
"packageManager": "pnpm@7.1.5",
55
"description": "Components auto importing for Vue",
66
"homepage": "https://github.com/antfu/unplugin-vue-components",
77
"bugs": "https://github.com/antfu/unplugin-vue-components/issues",

0 commit comments

Comments
 (0)