From 7dfc8346c289be2b50e701bd07d50ab807c28082 Mon Sep 17 00:00:00 2001 From: Max Williams Date: Tue, 9 Jul 2024 11:16:24 +0200 Subject: [PATCH] force node16 --- .github/workflows/helm-conftest.yaml | 2 ++ 1 file changed, 2 insertions(+) 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