From 617ff8761250aa4c9f1dd8fde6dec45e0b96639a Mon Sep 17 00:00:00 2001 From: Simran Date: Sun, 25 Aug 2024 00:23:57 +0200 Subject: [PATCH] CI: Try to force Node.js 16 for runner because of CentOS 7 container --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df46288196..026c14e9ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,6 +48,9 @@ jobs: ${{ matrix.build-type }}, ${{ matrix.cmake-gen }}> runs-on: ubuntu-20.04 + env: + ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16 + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: 'true' container: image: olivevideoeditor/ci-olive:2022.3