diff --git a/.github/workflows/helm-conftest.yaml b/.github/workflows/helm-conftest.yaml index 12bc0237..57001a8b 100644 --- a/.github/workflows/helm-conftest.yaml +++ b/.github/workflows/helm-conftest.yaml @@ -9,5 +9,7 @@ jobs: steps: - name: Checkout Code uses: actions/checkout@v4.1.7 + env: + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true - name: Validate all charts run: bash ci/helm-conftest.sh