File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 5050 # - pull_request: Use head repository (fork) for PR changes
5151 # - other events: Use current repository
5252 CHECKOUT_REPO : ${{ github.event.pull_request.head.repo.full_name || github.repository }}
53+ # Test if the arduino/setup-task works with node 24
54+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 : true
5355
5456jobs :
5557 build :
Original file line number Diff line number Diff line change 5757 REF : ${{ inputs.ref || github.head_ref || github.ref_name }}
5858 ARTIFACT_NAME : ${{ inputs.artifact_name || 'controller-artifacts' }}
5959 CHECKOUT_REPO : ${{ github.event.pull_request.head.repo.full_name || github.repository }}
60+ # Test if the arduino/setup-task and azure/setup-helm works with node 24
61+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 : true
6062
6163permissions :
6264 contents : read # for actions/checkout to fetch code
You can’t perform that action at this time.
0 commit comments