From 6ace2163ed2de7ccd28fc72a7c5740d783e10272 Mon Sep 17 00:00:00 2001 From: Michael Wolf Date: Sun, 11 Jan 2026 16:07:32 -0600 Subject: [PATCH] Update pnpm version --- framework/versions | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/framework/versions b/framework/versions index f6af704..de9fbd4 100644 --- a/framework/versions +++ b/framework/versions @@ -11,7 +11,9 @@ nodejs_bin_dir="$nodejs_dist_dir/bin" caddy_binary_linux_x86_64=fixme caddy_checksum_linux_x86_64=fixmetoo -pnpm_binary_linux_x86_64=https://github.com/pnpm/pnpm/releases/download/v10.12.4/pnpm-linux-x64 -pnpm_checksum_linux_x86_64=sha256:ac2768434cbc6c5fec71da4abae7845802bbfe326d590aa0004cdf8bf0815b26 +# https://github.com/pnpm/pnpm/releases +pnpm_binary_linux_x86_64=https://github.com/pnpm/pnpm/releases/download/v10.28.0/pnpm-linux-x64 +pnpm_checksum_linux_x86_64=sha256:348e863d17a62411a65f900e8d91395acabae9e9237653ccc3c36cb385965f28 + golangci_lint=v2.7.2-alpine \ No newline at end of file