From 37ced63fc162f3a27d735b6442fc4382ac4e5387 Mon Sep 17 00:00:00 2001 From: Pranav Date: Tue, 4 Feb 2025 15:27:25 -0800 Subject: [PATCH] Use 9.x or greater --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 68abbf00b..5b5a90fed 100644 --- a/package.json +++ b/package.json @@ -140,7 +140,7 @@ }, "engines": { "node": "20.x", - "pnpm": "9.x" + "pnpm": ">=9.x" }, "husky": { "hooks": {