From e91a24d8602193d7e860ce6eff5715b43c452eb1 Mon Sep 17 00:00:00 2001 From: Matthew Reishus Date: Fri, 15 Nov 2024 15:01:54 +0000 Subject: [PATCH] move github pnpm to 9.11 --- .github/versions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/versions.sh b/.github/versions.sh index 839057a1c8579..f55f28e7ac259 100644 --- a/.github/versions.sh +++ b/.github/versions.sh @@ -2,7 +2,7 @@ PHP_VERSION=8.2 COMPOSER_VERSION=2.7.7 NODE_VERSION=22.9.0 -PNPM_VERSION=9.3.0 +PNPM_VERSION=9.11.0 # Other useful version numbers. MIN_PHP_VERSION=7.2