From 55ad4ea1d0d59586760b378a155f969b3b64a496 Mon Sep 17 00:00:00 2001 From: Vincent Payet Date: Thu, 18 Jul 2024 11:31:09 +0200 Subject: [PATCH] allow unsecure nodejs version for centos --- .github/workflows/centos7.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/centos7.yml b/.github/workflows/centos7.yml index 7a29b6c5b3..c0df6c327c 100644 --- a/.github/workflows/centos7.yml +++ b/.github/workflows/centos7.yml @@ -17,6 +17,7 @@ env: GITHUB_TOKEN: ${{ github.token }} IS_RELEASE: ${{ github.event_name == 'release' && github.event.action == 'created' }} IS_PUSH: ${{ github.event_name == 'push' }} + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true jobs: