From 0ee0780e79bd3c8cbbffafdb7c057667835e3f5a Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sat, 13 Jul 2024 14:26:08 +0200 Subject: [PATCH] tests: try to fix ubuntu bionic tests by forcing an older nodejs (cherry picked from commit 9cc94a16ab837e85c47a818668b98a110fbabc48) --- .github/workflows/os_comp.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/os_comp.yml b/.github/workflows/os_comp.yml index 1d779842e27a..4fa4a87ed15d 100644 --- a/.github/workflows/os_comp.yml +++ b/.github/workflows/os_comp.yml @@ -26,6 +26,12 @@ on: - ".github/workflows/os_comp.yml" - "run*tests.py" +# make GHA actions use node16 which still works with bionic +# See https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/ +# Unclear how long this will work though +env: + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true + permissions: contents: read