Skip to content

Commit

Permalink
gh env fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
seemk committed Dec 4, 2024
1 parent 9018bd6 commit 448fb68
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 448fb68

Please sign in to comment.