From 8b2fadb31b063a804f43af80ffdf1b0f1745fef2 Mon Sep 17 00:00:00 2001 From: vibhutikumar <160819926+vibhutikumar07@users.noreply.github.com> Date: Wed, 18 Mar 2026 14:32:57 +0530 Subject: [PATCH 1/2] Update multiTenant_deploy_and_Integration_test.yml --- .github/workflows/multiTenant_deploy_and_Integration_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/multiTenant_deploy_and_Integration_test.yml b/.github/workflows/multiTenant_deploy_and_Integration_test.yml index f9219731..13293c70 100644 --- a/.github/workflows/multiTenant_deploy_and_Integration_test.yml +++ b/.github/workflows/multiTenant_deploy_and_Integration_test.yml @@ -42,7 +42,7 @@ jobs: - name: Setup Node.js 🟢 uses: actions/setup-node@v3 with: - node-version: '18' # Ensure to use at least version 18 + node-version: '20' # Ensure to use at least version 18 - name: Install MBT ⚙️ run: | From a3714f2e07af1d126994914445c8aa650c669ef3 Mon Sep 17 00:00:00 2001 From: vibhutikumar <160819926+vibhutikumar07@users.noreply.github.com> Date: Wed, 18 Mar 2026 14:33:42 +0530 Subject: [PATCH 2/2] Update multiTenant_deploy_and_Integration_test_LatestVersion.yml --- .../multiTenant_deploy_and_Integration_test_LatestVersion.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/multiTenant_deploy_and_Integration_test_LatestVersion.yml b/.github/workflows/multiTenant_deploy_and_Integration_test_LatestVersion.yml index 7f514fc8..b9c3abbb 100644 --- a/.github/workflows/multiTenant_deploy_and_Integration_test_LatestVersion.yml +++ b/.github/workflows/multiTenant_deploy_and_Integration_test_LatestVersion.yml @@ -39,7 +39,7 @@ jobs: - name: Setup Node.js 🟢 uses: actions/setup-node@v3 with: - node-version: '18' # Ensure to use at least version 18 + node-version: '20' # Ensure to use at least version 18 - name: Install MBT ⚙️ run: |