We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c02672 commit 43ed505Copy full SHA for 43ed505
.github/workflows/ci.yml
@@ -17,8 +17,6 @@ jobs:
17
steps:
18
- uses: actions/checkout@v4
19
- uses: pnpm/action-setup@v3
20
- with:
21
- version: 8
22
- uses: actions/setup-node@v4
23
with:
24
node-version: 18
@@ -108,8 +106,6 @@ jobs:
108
106
109
107
110
111
112
113
114
115
node-version: ${{ matrix.node-version }}
package.json
@@ -3,6 +3,7 @@
3
"version": "3.10.3",
4
"description": "An easy way to start a Vue project",
5
"type": "module",
6
+ "packageManager": "[email protected]",
7
"bin": {
8
"create-vue": "outfile.cjs"
9
},
0 commit comments