New storybook v6.4.22 version is failing in Github Action env
See original GitHub issueTried to upgrade to v6.4.22
and suddenly the CI environment in Github Actions started breaking.
The versions that were bumped from -> to
"@storybook/addon-a11y": "^6.4.19",
"@storybook/addon-actions": "^6.3.12",
"@storybook/addon-essentials": "^6.3.12",
"@storybook/addon-links": "^6.3.12",
"@storybook/addon-storysource": "^6.4.19",
"@storybook/react": "^6.3.12",
"@storybook/addon-a11y": "^6.4.22",
"@storybook/addon-actions": "^6.4.22",
"@storybook/addon-essentials": "^6.4.22",
"@storybook/addon-links": "^6.4.22",
"@storybook/addon-storysource": "^6.4.22",
"@storybook/react": "^6.4.22",
And the issue appeared when the npm run
command was executed every time. When I reverted back the yarn.lock file everything worked again.
The debug logs from the Github action is also attached in case you find it helpful
Issue Analytics
- State:
- Created a year ago
- Comments:15 (7 by maintainers)
Top Results From Across the Web
Using Github Actions Fails to Deploy Storybook to Github Pages
I've already configured Github Pages to be set up for the repo that I'm using. My package.json : { "homepage": "http://<my github username>....
Read more >@storybook/addon-actions | Yarn - Package Manager
Fast, reliable, and secure dependency management.
Read more >Gatsby Changelog | 5.3.0
This is a prototype created for the GitHub Actions Hackathon 21 by @PaulieScanlon. ... The latest version of "slugify" is ESM-only import slugify...
Read more >Bug listing with status UNCONFIRMED as at 2022/12/24 17 ...
... Bug:394625 - "games-action/cavestory+ (new ebuild)" status:UNCONFIRMED ... Bug:507392 - "sys-apps/sed-4.2.2: cross-compiling for mingw32 fails" ...
Read more >storybook failed to fetch dynamically imported module - You.com
I'm trying to upgrade Storybook to the latest version 6.2.8 ... https://github.com/storybookjs/storybook/issues/13277 webpackFinal: async (config) ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@iamswain25 I’d advise writing in to Chromatic support with some details and we can help you out further.
Not sure @tmeasday , the issue I can see as all packages are using the latest version: issue
When I manually added the
'@storybook/addon-actions'
inmain.js
the build completed but with some issues (no stories at all inside)I would make an educated guess, that the issue is coming from the
npm run
rather than choosingyarn
as locally it builds fine with theyarn build