Skip to content

Commit 43ed505

Browse files
authored
chore: use packageManager field to set pnpm version (#495)
1 parent 0c02672 commit 43ed505

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919
- uses: pnpm/action-setup@v3
20-
with:
21-
version: 8
2220
- uses: actions/setup-node@v4
2321
with:
2422
node-version: 18
@@ -108,8 +106,6 @@ jobs:
108106
steps:
109107
- uses: actions/checkout@v4
110108
- uses: pnpm/action-setup@v3
111-
with:
112-
version: 8
113109
- uses: actions/setup-node@v4
114110
with:
115111
node-version: ${{ matrix.node-version }}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "3.10.3",
44
"description": "An easy way to start a Vue project",
55
"type": "module",
6+
"packageManager": "[email protected]",
67
"bin": {
78
"create-vue": "outfile.cjs"
89
},

0 commit comments

Comments
 (0)