diff --git a/.github/actions/restore-node/action.yml b/.github/actions/restore-node/action.yml index 9cb37d4e3d1..72c5e9d9da6 100644 --- a/.github/actions/restore-node/action.yml +++ b/.github/actions/restore-node/action.yml @@ -114,6 +114,8 @@ runs: ${{ inputs.path }}/endo-sha.txt - uses: kenchan0130/actions-system-info@master id: system-info + - run: corepack enable + shell: bash - name: restore built files id: built uses: actions/cache@v4 diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 8a0cb0cc1c6..f7a0e08fc83 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -243,9 +243,7 @@ jobs: ignore-endo-branch: 'true' id: restore-node - name: setup a3p-integration - run: | - corepack enable - yarn install + run: yarn install working-directory: a3p-integration - name: verify SDK image didn't change # In the future when we can rebuild the SDK image with resolved endo packages, it would