From 43ed50516ba68f11001a91e2febed277d69aa446 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Exbrayat?= Date: Thu, 18 Apr 2024 09:29:12 +0200 Subject: [PATCH] chore: use packageManager field to set pnpm version (#495) --- .github/workflows/ci.yml | 4 ---- package.json | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f3cc6c8..b44abbce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} diff --git a/package.json b/package.json index d46487aa..e1c660ab 100644 --- a/package.json +++ b/package.json @@ -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" }, -- 2.39.5