Skip to content

Commit cd26abc

Browse files
committed
add test for node24 for some tasks that get warnings.
On-behalf-of: Gerald Morrison (SAP) <gerald.morrison@sap.com> Signed-off-by: Gerald Morrison (SAP) <gerald.morrison@sap.com>
1 parent 8f95bd6 commit cd26abc

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/cli.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ env:
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

5456
jobs:
5557
build:

.github/workflows/kubernetes-controller.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ env:
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

6163
permissions:
6264
contents: read # for actions/checkout to fetch code

0 commit comments

Comments
 (0)