From 4fb5b9a8a7502e08d50851ebe877bdbfc3db8613 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 10 Jul 2024 02:31:45 +0000 Subject: [PATCH] Temp use of older nodejs version before moving to Almalinux8 (#163) Signed-off-by: Andriy Redko (cherry picked from commit d18505e05a39a3dcdef9ed7a8e75d9fb483e09d2) Signed-off-by: github-actions[bot] --- .github/workflows/check.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 7196789..5c61305 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -20,6 +20,8 @@ jobs: image: ${{ needs.Get-CI-Image-Tag.outputs.ci-image-version-linux }} # need to switch to root so that github actions can install runner binary on container without permission issues. options: --user root + env: + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true steps: - uses: actions/checkout@v3