From 448fb68ff364d09ab29002f24f466ace7607e077 Mon Sep 17 00:00:00 2001 From: Siim Kallas Date: Wed, 4 Dec 2024 18:09:19 +0200 Subject: [PATCH] gh env fix attempt --- .github/workflows/ci.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90cc9959..97ce913e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,13 @@ jobs: node_api_target: '22.0.0' container: ${{ matrix.container }} steps: + - name: Fix checkout + run: | + cat /home/runner/actions-runner/.env + echo "ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION=node16" >> /home/runner/actions-runner/.env + echo "ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION=node16" >> /home/runner/actions-runner/.env + cat /home/runner/actions-runner/.env + which env.sh - name: Checkout uses: actions/checkout@v3 - uses: actions/setup-node@v3 @@ -55,10 +62,6 @@ jobs: node_api_target: '22.0.0' container: ${{ matrix.container }} steps: - - name: Fix checkout - run: | - cat /home/runner/actions-runner/.env - which env.sh - name: Checkout uses: actions/checkout@v3 - uses: actions/setup-node@v3