From 59103df665e844ae308b2681cf2ca06e86a0a166 Mon Sep 17 00:00:00 2001 From: Sandro Date: Tue, 18 Feb 2025 04:14:53 +0100 Subject: [PATCH] fix: Match engines.pnpm with the pnpm version used to create the lock files (#2995) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c8a9a303..d9fc77e9 100644 --- a/package.json +++ b/package.json @@ -218,7 +218,7 @@ }, "engines": { "node": ">=18", - "pnpm": ">=8" + "pnpm": ">=10" }, "pnpm": { "overrides": {