diff --git a/.github/workflows/centos7.yml b/.github/workflows/centos7.yml index 7a29b6c5b3..c0df6c327c 100644 --- a/.github/workflows/centos7.yml +++ b/.github/workflows/centos7.yml @@ -17,6 +17,7 @@ env: GITHUB_TOKEN: ${{ github.token }} IS_RELEASE: ${{ github.event_name == 'release' && github.event.action == 'created' }} IS_PUSH: ${{ github.event_name == 'push' }} + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true jobs: