fix(ci): Bump Node to 22 in size-analysis and testflight workflows#5954
Merged
fix(ci): Bump Node to 22 in size-analysis and testflight workflows#5954
Conversation
RN 0.84 ships metro-config 0.82.2 which uses Array.toReversed(), requiring Node 20+. These two workflows build the sample app but were missed in the RN 0.84.1 bump PR (#5941). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
Semver Impact of This PR⚪ None (no version bump detected) 📋 Changelog PreviewThis is how your changes will appear in the changelog.
🤖 This preview updates automatically when you update the PR. |
Contributor
Android (legacy) Performance metrics 🚀
|
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| 4953e94+dirty | 442.02 ms | 456.52 ms | 14.50 ms |
| df5d108+dirty | 527.06 ms | 603.58 ms | 76.52 ms |
| a50b33d+dirty | 500.81 ms | 532.11 ms | 31.30 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| 4953e94+dirty | 43.75 MiB | 48.08 MiB | 4.33 MiB |
| df5d108+dirty | 43.75 MiB | 48.08 MiB | 4.33 MiB |
| a50b33d+dirty | 43.75 MiB | 48.08 MiB | 4.33 MiB |
alwx
approved these changes
Apr 2, 2026
Sentry Build Distribution
|
Contributor
iOS (legacy) Performance metrics 🚀
|
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| df5d108+dirty | 1225.90 ms | 1220.14 ms | -5.76 ms |
| 4953e94+dirty | 1212.06 ms | 1214.83 ms | 2.77 ms |
| a50b33d+dirty | 1197.74 ms | 1197.17 ms | -0.57 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| df5d108+dirty | 3.38 MiB | 4.73 MiB | 1.35 MiB |
| 4953e94+dirty | 3.38 MiB | 4.73 MiB | 1.35 MiB |
| a50b33d+dirty | 3.38 MiB | 4.73 MiB | 1.35 MiB |
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.
📢 Type of change
📜 Description
Bump
node-versionfrom 18 to 22 insize-analysis.ymlandtestflight.ymlworkflows.These two workflows build the RN sample app but were missed in the RN 0.84.1 bump PR (#5941), which only updated
sample-application.ymlandbuildandtest.yml.💡 Motivation and Context
RN 0.84.1 ships
metro-config@0.82.2which usesArray.prototype.toReversed()— a method not available in Node 18. This causes both workflows to fail with:Failing runs:
💚 How did you test it?
CI will validate — the failing workflows should pass with this change.
📝 Checklist
sendDefaultPIIis enabled🔮 Next steps