diff --git a/.github/workflows/multi-node-test-workflow.yml b/.github/workflows/multi-node-test-workflow.yml index c42f3688..97a0f8e2 100644 --- a/.github/workflows/multi-node-test-workflow.yml +++ b/.github/workflows/multi-node-test-workflow.yml @@ -2,6 +2,8 @@ name: Multi node test workflow env: java_version: 21 + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true + # This workflow is triggered on pull requests to master on: pull_request: