From 72dd69acd4b3e2e65faee19637a9db019b4c0cfc Mon Sep 17 00:00:00 2001 From: Vincent Payet Date: Thu, 18 Jul 2024 11:30:46 +0200 Subject: [PATCH] allow unsecure nodejs version for centos --- .github/workflows/centos7.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/centos7.yml b/.github/workflows/centos7.yml index bf7dd3b476..35768cad9d 100644 --- a/.github/workflows/centos7.yml +++ b/.github/workflows/centos7.yml @@ -22,6 +22,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: