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: | 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: |