]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
chore: use packageManager field to set pnpm version (#495)
authorCédric Exbrayat <cexbrayat@users.noreply.github.com>
Thu, 18 Apr 2024 07:29:12 +0000 (09:29 +0200)
committerGitHub <noreply@github.com>
Thu, 18 Apr 2024 07:29:12 +0000 (15:29 +0800)
.github/workflows/ci.yml
package.json

index 7f3cc6c83487d920ec4a0770b0874820bcc34151..b44abbcefa5fbe8a8ade6c7e02eed799566e906c 100644 (file)
@@ -17,8 +17,6 @@ jobs:
     steps:
       - uses: actions/checkout@v4
       - uses: pnpm/action-setup@v3
-        with:
-          version: 8
       - uses: actions/setup-node@v4
         with:
           node-version: 18
@@ -108,8 +106,6 @@ jobs:
     steps:
       - uses: actions/checkout@v4
       - uses: pnpm/action-setup@v3
-        with:
-          version: 8
       - uses: actions/setup-node@v4
         with:
           node-version: ${{ matrix.node-version }}
index d46487aa7de664dd2bddfcbae483148a9cd71528..e1c660ab2ca8153b715d831a01bfcde7a1a4ab2f 100644 (file)
@@ -3,6 +3,7 @@
   "version": "3.10.3",
   "description": "An easy way to start a Vue project",
   "type": "module",
+  "packageManager": "pnpm@8.15.1",
   "bin": {
     "create-vue": "outfile.cjs"
   },