From ab8cd882f642d3a77320fcf4bc35caa93783e49a Mon Sep 17 00:00:00 2001 From: Jeff Trull Date: Mon, 22 Jun 2026 18:23:33 -0700 Subject: [PATCH] Work around GHA node20 deprecation as boost-ci does, for now --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 818062da..d1df1076 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,6 +115,8 @@ jobs: curl -sL https://archives.boost.io/misc/node/node-v20.9.0-linux-x64-glibc-217.tar.xz | tar -xJ --strip-components 1 -C /node20217 - uses: actions/checkout@v4 + env: + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true - name: linux shell: bash