diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 72bb3134..92ecdddb 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -4,6 +4,8 @@ run-name: E2E Tests (${{ inputs.version }}, ${{ inputs.environment }}) env: ACTIONS_ALLOW_UNSAFE_NODE_VERSION: true + ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION: node16 + ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16 on: workflow_dispatch: @@ -98,6 +100,10 @@ jobs: - name: Checkout Repository uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 + env: + ACTIONS_ALLOW_UNSAFE_NODE_VERSION: true + ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION: node16 + ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16 - name: Download Executable shell: bash