ci: revert bump pnpm to v10 (#12840) (#12906)

The bump to pnpm v10 was causing too many mysterious timeouts in a few
places. Reverting until we can fully investigate.
This commit is contained in:
Elliot DeNolf
2025-06-23 15:10:51 -04:00
committed by GitHub
parent fe58f03189
commit ca0d0360e0
10 changed files with 14 additions and 25 deletions

View File

@@ -18,7 +18,7 @@ concurrency:
env:
NODE_VERSION: 23.11.0
PNPM_VERSION: 10.12.1
PNPM_VERSION: 9.7.1
DO_NOT_TRACK: 1 # Disable Turbopack telemetry
NEXT_TELEMETRY_DISABLED: 1 # Disable Next telemetry

View File

@@ -8,7 +8,7 @@ on:
env:
NODE_VERSION: 23.11.0
PNPM_VERSION: 10.12.1
PNPM_VERSION: 9.7.1
DO_NOT_TRACK: 1 # Disable Turbopack telemetry
NEXT_TELEMETRY_DISABLED: 1 # Disable Next telemetry

View File

@@ -13,7 +13,7 @@ on:
env:
NODE_VERSION: 23.11.0
PNPM_VERSION: 10.12.1
PNPM_VERSION: 9.7.1
DO_NOT_TRACK: 1 # Disable Turbopack telemetry
NEXT_TELEMETRY_DISABLED: 1 # Disable Next telemetry

View File

@@ -8,7 +8,7 @@ on:
env:
NODE_VERSION: 23.11.0
PNPM_VERSION: 10.12.1
PNPM_VERSION: 9.7.1
DO_NOT_TRACK: 1 # Disable Turbopack telemetry
NEXT_TELEMETRY_DISABLED: 1 # Disable Next telemetry