From b39940567fdaf71c054dec5dc4e544669f83d339 Mon Sep 17 00:00:00 2001 From: "jiangnana.jnn" Date: Fri, 12 Jul 2024 10:53:26 +0800 Subject: [PATCH] fix citest --- .github/workflows/citest.yaml | 2 ++ 1 file changed, 2 insertions(+) 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: