From 8a1cb51f5352de6090122286766ea4e6c701d1c9 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Fri, 1 May 2026 14:15:07 +0200 Subject: [PATCH] test(deps): update examples to pnpm 11 --- .github/workflows/example-basic-pnpm.yml | 4 ++-- .github/workflows/example-start-and-pnpm-workspaces.yml | 9 +++++---- README.md | 4 ++-- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/example-basic-pnpm.yml b/.github/workflows/example-basic-pnpm.yml index 60bf02b94..c9065081f 100644 --- a/.github/workflows/example-basic-pnpm.yml +++ b/.github/workflows/example-basic-pnpm.yml @@ -22,9 +22,9 @@ jobs: # See https://github.com/pnpm/action-setup - name: Install pnpm - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 with: - version: 10 + version: 11 # See https://github.com/actions/setup-node - name: Install Node.js diff --git a/.github/workflows/example-start-and-pnpm-workspaces.yml b/.github/workflows/example-start-and-pnpm-workspaces.yml index a63d5ec4e..5313a766a 100644 --- a/.github/workflows/example-start-and-pnpm-workspaces.yml +++ b/.github/workflows/example-start-and-pnpm-workspaces.yml @@ -28,9 +28,9 @@ jobs: # See https://github.com/pnpm/action-setup - name: Install pnpm - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 with: - version: 10 + version: 11 # See https://github.com/actions/setup-node - name: Install Node.js @@ -78,10 +78,11 @@ jobs: - name: Checkout repository uses: actions/checkout@v6 + # See https://github.com/pnpm/action-setup - name: Install pnpm - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 with: - version: 10 + version: 11 - name: Install Node.js uses: actions/setup-node@v6 diff --git a/README.md b/README.md index 1fb39c177..670a31745 100644 --- a/README.md +++ b/README.md @@ -1215,9 +1215,9 @@ jobs: - name: Checkout uses: actions/checkout@v6 - name: Install pnpm - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 with: - version: 10 + version: 11 - name: Install Node.js uses: actions/setup-node@v6 with: