Skip to content

[Bug]: Workflow E2E Storybook fails with CRA deprecation warning and error EROFS #6696

@MikeMcC399

Description

@MikeMcC399

Self-service

  • I'd be willing to implement a fix

Describe the bug

The workflow .github/workflows/e2e-storybook-workflow.yml fails with

create-react-app is deprecated.

You can find a list of up-to-date React frameworks on react.dev
For more info see:https://react.dev/link/cra

This error message will only be shown once per install.
/tmp/xfs-1a340a15/dlx-2010/.pnp.cjs:5738
      throw EROFS(`open '${p}'`);

It was last successful on Dec 28, 2024.

To reproduce

View https://github.com/yarnpkg/berry/actions/workflows/e2e-storybook-workflow.yml

The workflow runs in a cron job every 4 hours.

Environment

GitHub Actions `ubuntu-latest`, currently equivalent to `ubuntu-24.04`

Additional context

  • See Sunsetting Create React App Feb 14, 2025
  • Again, I don't know the best substitute for CRA in the Storybook E2E test. Possibly it is no longer necessary to maintain a Storybook E2E test.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions