@@ -113,9 +113,10 @@ jobs:
113
113
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8
114
114
with :
115
115
node-version : 20
116
- cache : ' yarn'
117
116
env :
118
117
SEGMENT_DOWNLOAD_TIMEOUT_MINS : 2
118
+ - name : Enable Corepack
119
+ run : corepack enable
119
120
120
121
- name : Restore cypress runner Cache
121
122
uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 https://github.com/actions/cache/commit/1bd1e32a3bdc45362d1e726936510720a7c30a57
@@ -400,9 +401,10 @@ jobs:
400
401
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8
401
402
with :
402
403
node-version : 20
403
- cache : ' yarn'
404
404
env :
405
405
SEGMENT_DOWNLOAD_TIMEOUT_MINS : 2
406
+ - name : Enable Corepack
407
+ run : corepack enable
406
408
407
409
- name : Restore CocoaPods cache
408
410
id : restore-cocoapods-cache
@@ -532,9 +534,10 @@ jobs:
532
534
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8
533
535
with :
534
536
node-version : 20
535
- cache : ' yarn'
536
537
env :
537
538
SEGMENT_DOWNLOAD_TIMEOUT_MINS : 2
539
+ - name : Enable Corepack
540
+ run : corepack enable
538
541
539
542
- name : Install packages
540
543
uses : ./.github/actions/install-with-retries
@@ -659,9 +662,10 @@ jobs:
659
662
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8
660
663
with :
661
664
node-version : 20
662
- cache : ' yarn'
663
665
env :
664
666
SEGMENT_DOWNLOAD_TIMEOUT_MINS : 2
667
+ - name : Enable Corepack
668
+ run : corepack enable
665
669
666
670
- name : Restore cypress runner Cache
667
671
uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 https://github.com/actions/cache/commit/1bd1e32a3bdc45362d1e726936510720a7c30a57
0 commit comments