From 3d10f3948980e143e2b69e667191fa22743e5f65 Mon Sep 17 00:00:00 2001 From: Gary Oberbrunner Date: Fri, 12 Jul 2024 15:31:15 -0400 Subject: [PATCH] CI: Try using env var to allow older node.js versions Signed-off-by: Gary Oberbrunner --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 49391955..3e9b050c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,6 +11,8 @@ jobs: github.event.pull_request.head.repo.full_name != github.repository runs-on: ${{ matrix.os }} container: ${{ matrix.container }} + env: + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: 'true' strategy: fail-fast: false matrix: