5757 strategy :
5858 fail-fast : false
5959 matrix :
60- rn-architecture : ['legacy', ' new']
61- ios-use-frameworks : ['no-frameworks', 'dynamic-frameworks' ]
60+ rn-architecture : ['new']
61+ ios-use-frameworks : ['no-frameworks']
6262 build-type : ['dev', 'production']
63- exclude :
64- - rn-architecture : ' new'
65- ios-use-frameworks : ' dynamic-frameworks'
6663 steps :
6764 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
6865
7269 - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
7370 with :
7471 package-manager-cache : false
75- node-version : 18
72+ node-version : 22
7673 cache : ' yarn'
7774 cache-dependency-path : yarn.lock
7875
@@ -152,7 +149,7 @@ jobs:
152149 strategy :
153150 fail-fast : false
154151 matrix :
155- rn-architecture : ['legacy', ' new']
152+ rn-architecture : ['new']
156153 build-type : ['dev', 'production']
157154 steps :
158155 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
@@ -163,7 +160,7 @@ jobs:
163160 - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
164161 with :
165162 package-manager-cache : false
166- node-version : 18
163+ node-version : 22
167164 cache : ' yarn'
168165 cache-dependency-path : yarn.lock
169166
@@ -238,7 +235,7 @@ jobs:
238235 - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
239236 with :
240237 package-manager-cache : false
241- node-version : 18
238+ node-version : 22
242239 cache : ' yarn'
243240 cache-dependency-path : yarn.lock
244241
@@ -325,7 +322,7 @@ jobs:
325322 - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
326323 with :
327324 package-manager-cache : false
328- node-version : 18
325+ node-version : 22
329326 cache : ' yarn'
330327 cache-dependency-path : yarn.lock
331328
@@ -407,7 +404,7 @@ jobs:
407404 - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
408405 with :
409406 package-manager-cache : false
410- node-version : 18
407+ node-version : 22
411408 cache : ' yarn'
412409 cache-dependency-path : yarn.lock
413410
0 commit comments