Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Chromatic action #480

Merged
merged 4 commits into from
Jun 6, 2024
Merged

Fix Chromatic action #480

merged 4 commits into from
Jun 6, 2024

Commits on Jun 5, 2024

  1. Test

    tjmw committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    a9105be View commit details
    Browse the repository at this point in the history
  2. Use the .nvmrc to determine Node version

    This is how the main build works. I've started seeing errors for this
    action:
    error @guardian/braze-components@20.0.0: The engine "node" is incompatible with this module. Expected version "^18.15 || ^20.9". Got "20.8.1"
    
    I'm hoping this will fix things.
    tjmw committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    b761a7b View commit details
    Browse the repository at this point in the history
  3. Change Node version range

    tjmw committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    0f66476 View commit details
    Browse the repository at this point in the history
  4. Bump Chromatic action

    tjmw committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    56afc08 View commit details
    Browse the repository at this point in the history