Remove Codesandbox Integration - #1487
Open
lreading-turnkey wants to merge 2 commits into
Open
Conversation
Preview packagesBuilt from f1159bb. Download all package tarballs. The artifact expires after 30 days. Extract the downloaded ZIP file, then install the required tarball: npm install ./turnkey-sdk-server-8.2.0.tgz
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary & Motivation
We use the Codesandbox GitHub app so that we can create preview builds of the SDK that are installable by others before merging them. This GH app does not appear to be maintained. The highest supported node version is 22.
pnpm fixed a bug in v11.1.3 that prevented the
minimumReleaseAgesetting from working when using--frozen-lockfile. pnpm@11.1.13 requires nodejs v24 or higher.We do not technically need Codesandbox to create preview builds - we can use github actions and artifacts, with a helpful comment that has links.
To trigger a test build, add the
preview-packageslabel to a PR.How I Tested These Changes
CI - I will be testing here for a bit.
Did you add a changeset?
N/A - CI change only