diff --git a/.github/workflows/centos7.yml b/.github/workflows/centos7.yml index 573163d105..5ba13ec5c6 100644 --- a/.github/workflows/centos7.yml +++ b/.github/workflows/centos7.yml @@ -23,6 +23,7 @@ env: IS_RELEASE: ${{ github.event_name == 'workflow_dispatch' }} IS_PUSH: ${{ github.event_name == 'push' }} REF: ${{ inputs.target_branch =='' && github.ref_name || inputs.target_branch}} + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true jobs: