Skip to content

Commit

Permalink
chore: Pin Storybook CLI to v6 for extract docs script [skip release] (
Browse files Browse the repository at this point in the history
…#2657)

Fixes: #2656

`npx` is installing the latest version of `sb` (v8) by default, but this requires us to bump to Node 18, which we're not quite ready to do. This should pin it to 6.5.9 to match our other Storybook deps until we're ready to upgrade.

Dependencies, Codemods, and Tokens -->

[category:Infrastructure]
  • Loading branch information
alanbsmith committed Mar 22, 2024
1 parent f6842df commit 1f7f0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/canary.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build Storybook
run: |
yarn build-storybook --quiet
npx sb extract docs docs/stories.json
npx sb@6.5.9 extract docs docs/stories.json
## Build for packaging.
- name: Build
Expand Down

0 comments on commit 1f7f0e7

Please sign in to comment.