From bfca0098bd84b27e27e81bc2f58a3dde72f66c72 Mon Sep 17 00:00:00 2001 From: Peter Heywood Date: Thu, 22 Aug 2024 17:06:01 +0100 Subject: [PATCH] CI: Draft release Manylinux2014 Node version fix --- .github/workflows/Draft-Release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/Draft-Release.yml b/.github/workflows/Draft-Release.yml index b9002c94c..1a50e446c 100644 --- a/.github/workflows/Draft-Release.yml +++ b/.github/workflows/Draft-Release.yml @@ -371,6 +371,8 @@ jobs: FLAMEGPU_SEATBELTS: ${{ matrix.config.SEATBELTS }} PYTHON: ${{ matrix.python}} VISUALISATION: ${{ matrix.VISUALISATION }} + # Short term fix to use node16 not node20 for actions. This will stop working eventually, forcing our hand in dropping manylinux2014 support. + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true steps: - uses: actions/checkout@v3