From 9f7e9bfaaec91f2ab7d4b1d3fce2c3efa9398702 Mon Sep 17 00:00:00 2001 From: Erik Burton Date: Tue, 24 Oct 2023 12:54:07 -0700 Subject: [PATCH] fix: Solana Build Artifacts job --- .github/workflows/integration-tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 0e6638f6506..edd7755e8b9 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -704,7 +704,9 @@ jobs: this-job-name: Solana Build Artifacts continue-on-error: true - name: Checkout the solana repo - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + # Use v3.6.0 because the custom runner (container configured above) + # doesn't have node20 installed which is required for versions >=4 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 with: repository: smartcontractkit/chainlink-solana ref: ${{ needs.get_solana_sha.outputs.sha }}