From 799cdb44d39fd7108fb52aff54477f7eeb803b77 Mon Sep 17 00:00:00 2001 From: jeffvli Date: Fri, 13 Mar 2026 17:11:24 -0700 Subject: [PATCH] use pnpm v10 on runners --- .github/workflows/publish-alpha.yml | 4 ++-- .github/workflows/publish-beta.yml | 4 ++-- .github/workflows/publish-linux.yml | 2 +- .github/workflows/publish-macos.yml | 2 +- .github/workflows/publish-pr.yml | 2 +- .github/workflows/publish-windows.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/test.yml | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/publish-alpha.yml b/.github/workflows/publish-alpha.yml index fb75a304e..2137054f9 100644 --- a/.github/workflows/publish-alpha.yml +++ b/.github/workflows/publish-alpha.yml @@ -45,7 +45,7 @@ jobs: - name: Install Node and PNPM uses: pnpm/action-setup@v4 with: - version: 9 + version: 10 - name: Install dependencies run: pnpm install @@ -130,7 +130,7 @@ jobs: - name: Install Node and PNPM uses: pnpm/action-setup@v4 with: - version: 9 + version: 10 - name: Install dependencies run: pnpm install diff --git a/.github/workflows/publish-beta.yml b/.github/workflows/publish-beta.yml index 45864cc9b..632795b21 100644 --- a/.github/workflows/publish-beta.yml +++ b/.github/workflows/publish-beta.yml @@ -20,7 +20,7 @@ jobs: - name: Install Node and PNPM uses: pnpm/action-setup@v4 with: - version: 9 + version: 10 - name: Install dependencies run: pnpm install @@ -124,7 +124,7 @@ jobs: - name: Install Node and PNPM uses: pnpm/action-setup@v4 with: - version: 9 + version: 10 - name: Install dependencies run: pnpm install diff --git a/.github/workflows/publish-linux.yml b/.github/workflows/publish-linux.yml index 1cac42cbc..7284ab9a5 100644 --- a/.github/workflows/publish-linux.yml +++ b/.github/workflows/publish-linux.yml @@ -17,7 +17,7 @@ jobs: - name: Install Node and PNPM uses: pnpm/action-setup@v4 with: - version: 9 + version: 10 - name: Install dependencies run: pnpm install diff --git a/.github/workflows/publish-macos.yml b/.github/workflows/publish-macos.yml index dc6b2ab1d..e1d336ece 100644 --- a/.github/workflows/publish-macos.yml +++ b/.github/workflows/publish-macos.yml @@ -17,7 +17,7 @@ jobs: - name: Install Node and PNPM uses: pnpm/action-setup@v4 with: - version: 9 + version: 10 - name: Install dependencies run: pnpm install diff --git a/.github/workflows/publish-pr.yml b/.github/workflows/publish-pr.yml index 89d0b1777..347143049 100644 --- a/.github/workflows/publish-pr.yml +++ b/.github/workflows/publish-pr.yml @@ -39,7 +39,7 @@ jobs: - name: Install Node and PNPM uses: pnpm/action-setup@v4 with: - version: 9 + version: 10 - name: Install dependencies run: pnpm install diff --git a/.github/workflows/publish-windows.yml b/.github/workflows/publish-windows.yml index ee4963d6c..3da67cb54 100644 --- a/.github/workflows/publish-windows.yml +++ b/.github/workflows/publish-windows.yml @@ -17,7 +17,7 @@ jobs: - name: Install Node and PNPM uses: pnpm/action-setup@v4 with: - version: 9 + version: 10 - name: Install dependencies run: pnpm install diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4e7e7ed8d..e5a497c6c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,7 @@ jobs: - name: Install Node and PNPM uses: pnpm/action-setup@v4 with: - version: 9 + version: 10 - name: Install dependencies run: pnpm install diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 59722d9e8..224259bf4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: - name: Install Node.js and PNPM uses: pnpm/action-setup@v4 with: - version: 9 + version: 10 - name: Install dependencies run: pnpm install