diff --git a/.github/workflows/citest.yaml b/.github/workflows/citest.yaml index 9141b154..249be4bc 100644 --- a/.github/workflows/citest.yaml +++ b/.github/workflows/citest.yaml @@ -41,6 +41,8 @@ jobs: # The type of runner that the job will run on runs-on: [self-hosted] steps: + - name: Set ENV + run: export ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true - name: Checkout uses: actions/checkout@v2 with: