From 1331cdc1deae773d49a41b854ba12d43c02314d9 Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Wed, 5 Jun 2024 10:17:16 -1000 Subject: [PATCH] chore: upgrade to pnpm 9.2.0 (#11916) --- .github/workflows/ci.yml | 8 ++------ .github/workflows/release.yml | 4 +--- package.json | 1 + 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c9f2d2bac..572de29b85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,9 +30,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: pnpm/action-setup@v2.2.4 - with: - version: 9 + - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} @@ -47,9 +45,7 @@ jobs: timeout-minutes: 5 steps: - uses: actions/checkout@v3 - - uses: pnpm/action-setup@v2.2.4 - with: - version: 9 + - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v3 with: node-version: 18 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 56c6f69127..d97642601f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,9 +21,7 @@ jobs: with: # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits fetch-depth: 0 - - uses: pnpm/action-setup@v2.2.4 - with: - version: 9 + - uses: pnpm/action-setup@v4 - name: Setup Node.js uses: actions/setup-node@v3 with: diff --git a/package.json b/package.json index 05e15440d9..bb50cef2d5 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "private": true, "type": "module", "license": "MIT", + "packageManager": "pnpm@9.2.0", "engines": { "pnpm": "^9.0.0" },