diff --git a/.github/workflows/multiTenancyDeployLocal.yml b/.github/workflows/multiTenancyDeployLocal.yml index b9379e38..9472f60b 100644 --- a/.github/workflows/multiTenancyDeployLocal.yml +++ b/.github/workflows/multiTenancyDeployLocal.yml @@ -48,7 +48,7 @@ jobs: echo "✅ Build completed successfully!" - name: Setup Node.js 🟢 - uses: actions/setup-node@v3 + uses: actions/setup-node@v7 with: node-version: '20' # Ensure to use at least version 18 diff --git a/.github/workflows/multiTenant_deploy_and_Integration_test.yml b/.github/workflows/multiTenant_deploy_and_Integration_test.yml index c3430684..792e4c92 100644 --- a/.github/workflows/multiTenant_deploy_and_Integration_test.yml +++ b/.github/workflows/multiTenant_deploy_and_Integration_test.yml @@ -39,7 +39,7 @@ jobs: echo "✅ Build completed successfully!" - name: Setup Node.js 🟢 - uses: actions/setup-node@v3 + uses: actions/setup-node@v7 with: node-version: '20' # Ensure to use at least version 18 diff --git a/.github/workflows/multiTenant_deploy_and_Integration_test_LatestVersion.yml b/.github/workflows/multiTenant_deploy_and_Integration_test_LatestVersion.yml index 052e8123..1d0b57a4 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: echo "✅ Build completed successfully!" - name: Setup Node.js 🟢 - uses: actions/setup-node@v3 + uses: actions/setup-node@v7 with: node-version: '20' # Ensure to use at least version 18