Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/storybook-vercel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
run: yarn install --immutable

- name: Install Vercel CLI
run: npm install --global vercel@latest
# 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
Comment thread
punkbit marked this conversation as resolved.

- name: Build Storybook
run: yarn storybook:build
Expand Down
Loading