From f67fc5f86d500c75df4955be85c0e70591968a6f Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Wed, 10 Jul 2024 15:53:13 -0400 Subject: [PATCH] Temp use of older nodejs version before moving to Almalinux8 (#2816) Signed-off-by: Peter Zhu --- .github/workflows/integ-tests-with-security.yml | 3 ++- .github/workflows/sql-test-and-build-workflow.yml | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integ-tests-with-security.yml b/.github/workflows/integ-tests-with-security.yml index 72197a22a7..f12e67d5b9 100644 --- a/.github/workflows/integ-tests-with-security.yml +++ b/.github/workflows/integ-tests-with-security.yml @@ -21,7 +21,8 @@ jobs: fail-fast: false matrix: java: [ 11, 17, 21 ] - + env: + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true runs-on: ubuntu-latest container: # using the same image which is used by opensearch-build team to build the OpenSearch Distribution diff --git a/.github/workflows/sql-test-and-build-workflow.yml b/.github/workflows/sql-test-and-build-workflow.yml index 38e00fea50..1dd7176a3d 100644 --- a/.github/workflows/sql-test-and-build-workflow.yml +++ b/.github/workflows/sql-test-and-build-workflow.yml @@ -33,6 +33,8 @@ jobs: - 11 - 17 - 21 + env: + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true runs-on: ubuntu-latest container: # using the same image which is used by opensearch-build team to build the OpenSearch Distribution