From c452599fcdf709e3674e6754d7ceba09c86d752f Mon Sep 17 00:00:00 2001 From: parthkirsan Date: Wed, 25 Jun 2025 19:14:44 +0530 Subject: [PATCH] update cli version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c277d9..6a83fad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - name: Install Dependencies run: | npm install - npm install @lambdatest/smartui-storybook -g + npm install @lambdatest/smartui-storybook@1.1.18 -g - name: Create storybook static build run: npm run build-storybook