From 917bd44d4904754cdb57838edf421a134966507a Mon Sep 17 00:00:00 2001 From: chefjackson <116779127+chefjackson@users.noreply.github.com> Date: Mon, 30 Sep 2024 11:02:09 +0800 Subject: [PATCH] chore: Bump pnpm (#10760) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ## PR-Codex overview This PR updates the version of `pnpm` used in the GitHub Action and the project's configuration files to `9.11.0` from `9.10.0`. ### Detailed summary - Updated `pnpm/action-setup` version from `9.10.0` to `9.11.0` in `.github/actions/install-deps/action.yml`. - Changed `packageManager` in `package.json` from `pnpm@9.10.0` to `pnpm@9.11.0`. - Updated `pnpm` version in the `volta` section of `package.json` from `9.10.0` to `9.11.0`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` --- .github/actions/install-deps/action.yml | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/install-deps/action.yml b/.github/actions/install-deps/action.yml index fbaf80a451d26..3227545990de4 100644 --- a/.github/actions/install-deps/action.yml +++ b/.github/actions/install-deps/action.yml @@ -6,7 +6,7 @@ runs: steps: - uses: pnpm/action-setup@v4 with: - version: 9.10.0 + version: 9.11.0 - name: Install Node.js uses: actions/setup-node@v4 diff --git a/package.json b/package.json index c913c83af636a..53a0cfa69a32d 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "apis/*", "scripts" ], - "packageManager": "pnpm@9.10.0", + "packageManager": "pnpm@9.11.0", "scripts": { "preinstall": "npx only-allow pnpm", "dev": "turbo run dev --filter=web... --concurrency=50", @@ -75,7 +75,7 @@ }, "volta": { "node": "20.17.0", - "pnpm": "9.10.0" + "pnpm": "9.11.0" }, "dependencies": { "ws": "^8.17.1",