From 8734cff95e50f5ce1867b8b22b3b5e0e7e87c65a Mon Sep 17 00:00:00 2001 From: Blake Friedman Date: Thu, 29 Aug 2024 16:09:33 -0700 Subject: [PATCH] [LOCAL] Add resolution in HelloWorld package to fix the build in CI --- packages/helloworld/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/helloworld/package.json b/packages/helloworld/package.json index 034bdd7074d..c795593bd40 100644 --- a/packages/helloworld/package.json +++ b/packages/helloworld/package.json @@ -34,5 +34,8 @@ }, "engines": { "node": ">=18" + }, + "resolution": { + "commander": "^12.0.0" } }