Skip to content

Commit 679fc15

Browse files
antonisclaude
andcommitted
fix(ci): Bump Node to 22 in size-analysis and testflight workflows
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>
1 parent 96c52f0 commit 679fc15

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/size-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
4141
with:
4242
package-manager-cache: false
43-
node-version: 18
43+
node-version: 22
4444
cache: 'yarn'
4545
cache-dependency-path: yarn.lock
4646

@@ -94,7 +94,7 @@ jobs:
9494
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
9595
with:
9696
package-manager-cache: false
97-
node-version: 18
97+
node-version: 22
9898
cache: 'yarn'
9999
cache-dependency-path: yarn.lock
100100

.github/workflows/testflight.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
3030
with:
3131
package-manager-cache: false
32-
node-version: 18
32+
node-version: 22
3333
cache: 'yarn'
3434
cache-dependency-path: yarn.lock
3535
- name: Install Dependencies

0 commit comments

Comments
 (0)