From: Cédric Exbrayat Date: Thu, 18 Apr 2024 07:29:12 +0000 (+0200) Subject: chore: use packageManager field to set pnpm version (#495) X-Git-Tag: v3.10.4~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43ed50516ba68f11001a91e2febed277d69aa446;p=thirdparty%2Fvuejs%2Fcreate-vue.git chore: use packageManager field to set pnpm version (#495) --- 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" },