From f9a21efaac3f892f3b6600d0f653d6f739e8a338 Mon Sep 17 00:00:00 2001 From: Helder Oliveira Date: Wed, 15 Apr 2026 15:03:34 +0100 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20=F0=9F=90=9B=20npm=20is=20trying=20t?= =?UTF-8?q?o=20fetch=20@vercel/hono@0.2.67.tgz=20from=20the=20npm=20regist?= =?UTF-8?q?ry,=20but=20that=20version=20doesn't=20exist?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/storybook-vercel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/storybook-vercel.yml b/.github/workflows/storybook-vercel.yml index a86fa1814..b15f6a964 100644 --- a/.github/workflows/storybook-vercel.yml +++ b/.github/workflows/storybook-vercel.yml @@ -47,7 +47,7 @@ jobs: run: yarn install --immutable - name: Install Vercel CLI - run: npm install --global vercel@latest + run: npm install --global vercel@41.7.3 - name: Build Storybook run: yarn storybook:build From fdbd3c2718b8f28c0e3268f86e5e7914dedc13dd Mon Sep 17 00:00:00 2001 From: Helder Oliveira Date: Wed, 15 Apr 2026 15:13:46 +0100 Subject: [PATCH 2/2] =?UTF-8?q?chore:=20=F0=9F=A4=96=20add=20note?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/storybook-vercel.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/storybook-vercel.yml b/.github/workflows/storybook-vercel.yml index b15f6a964..053e59450 100644 --- a/.github/workflows/storybook-vercel.yml +++ b/.github/workflows/storybook-vercel.yml @@ -47,6 +47,7 @@ jobs: run: yarn install --immutable - name: Install Vercel CLI + # NOTE: Pinned to avoid broken @vercel/hono@0.2.67 dep in newer versions can revisit when Vercel publishes a fix run: npm install --global vercel@41.7.3 - name: Build Storybook