3434 key : ${{ runner.os }}-${{ hashFiles('yarn.lock', 'meteor/yarn.lock', 'meteor/.meteor/release', 'packages/yarn.lock') }}
3535 - name : Prepare Environment
3636 run : |
37+ corepack enable
38+
3739 yarn config set cacheFolder /home/runner/lint-core-cache
3840 yarn
3941 yarn build:packages
7375 key : ${{ runner.os }}-${{ hashFiles('yarn.lock', 'meteor/yarn.lock', 'meteor/.meteor/release', 'packages/yarn.lock') }}
7476 - name : Prepare Environment
7577 run : |
78+ corepack enable
79+
7680 yarn config set cacheFolder /home/runner/test-core-cache
7781 yarn
7882 yarn build:packages
@@ -174,6 +178,8 @@ jobs:
174178 - name : Prepare Environment
175179 if : steps.check-build-and-push.outputs.enable == 'true'
176180 run : |
181+ corepack enable
182+
177183 yarn install
178184 - name : Build libs
179185 if : steps.check-build-and-push.outputs.enable == 'true'
@@ -348,6 +354,8 @@ jobs:
348354 - name : Build
349355 if : steps.check-build-and-push.outputs.enable == 'true'
350356 run : |
357+ corepack enable
358+
351359 cd packages
352360 yarn install
353361 yarn lerna run --scope \*\*/${{ matrix.gateway-name }} --include-dependencies --stream build
@@ -455,6 +463,8 @@ jobs:
455463 key : ${{ runner.os }}-${{ hashFiles('packages/yarn.lock') }}
456464 - name : Prepare Environment
457465 run : |
466+ corepack enable
467+
458468 cd packages
459469 yarn config set cacheFolder /home/runner/${{ matrix.package-name }}-cache
460470 yarn install
@@ -524,6 +534,8 @@ jobs:
524534 key : ${{ runner.os }}-${{ hashFiles('packages/yarn.lock') }}
525535 - name : Prepare Environment
526536 run : |
537+ corepack enable
538+
527539 cd packages
528540 yarn config set cacheFolder /home/runner/test-packages-cache
529541 yarn install
@@ -556,6 +568,8 @@ jobs:
556568 node-version-file : " .node-version"
557569 - name : Prepare Environment
558570 run : |
571+ corepack enable
572+
559573 cd packages
560574 yarn
561575 env :
@@ -582,6 +596,8 @@ jobs:
582596 node-version-file : " .node-version"
583597 - name : Prepare Environment
584598 run : |
599+ corepack enable
600+
585601 cd packages
586602 yarn
587603 env :
@@ -622,6 +638,8 @@ jobs:
622638 key : ${{ runner.os }}-${{ hashFiles('packages/yarn.lock') }}
623639 - name : Prepare Environment
624640 run : |
641+ corepack enable
642+
625643 cd packages
626644 yarn config set cacheFolder /home/runner/publish-docs-cache
627645 yarn install
@@ -671,6 +689,8 @@ jobs:
671689 node-version-file : " .node-version"
672690 - name : Prepare Environment # have to run this first to make sure the semver lib is available
673691 run : |
692+ corepack enable
693+
674694 yarn config set cacheFolder /home/runner/release-libs-cache
675695
676696 cd packages
@@ -755,6 +775,8 @@ jobs:
755775 key : ${{ runner.os }}-${{ hashFiles('yarn.lock', 'meteor/yarn.lock', 'meteor/.meteor/release', 'packages/yarn.lock') }}
756776 - name : Prepare Environment
757777 run : |
778+ corepack enable
779+
758780 yarn config set cacheFolder /home/runner/check-for-multiple-library-versions-cache
759781 yarn
760782 env :
0 commit comments