Skip to content

chore: fix release builds#44

Open
stevensJourney wants to merge 2 commits into
mainfrom
fix-release
Open

chore: fix release builds#44
stevensJourney wants to merge 2 commits into
mainfrom
fix-release

Conversation

@stevensJourney
Copy link
Copy Markdown
Collaborator

The editor package's build script failed due to OOM when building here.

The OOM is due to treeshaking used to minimize the web bundle.

We typically supply a max-old-size parameter to other actions - which prevents this warning. This add the max-old-size param to the partial action, which should apply to all jobs in the workflow matrix.

Removing the default coersion for retention-days should also fix manual invocations for test builds. This value already has a default specified in the input delcaration.

@stevensJourney stevensJourney marked this pull request as ready for review May 27, 2026 11:29
@stevensJourney stevensJourney requested a review from LucDeCaf May 27, 2026 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant