From f93689ada85322da1992f77c6582bc248d74309c Mon Sep 17 00:00:00 2001 From: Randula Mawaththa <85297495+Randula98@users.noreply.github.com> Date: Tue, 16 Jul 2024 11:40:11 +0530 Subject: [PATCH] Update azure-static-web-apps-lively-hill-005a24b10.yml --- .../azure-static-web-apps-lively-hill-005a24b10.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/azure-static-web-apps-lively-hill-005a24b10.yml b/.github/workflows/azure-static-web-apps-lively-hill-005a24b10.yml index 183b5e5..a84ea20 100644 --- a/.github/workflows/azure-static-web-apps-lively-hill-005a24b10.yml +++ b/.github/workflows/azure-static-web-apps-lively-hill-005a24b10.yml @@ -14,15 +14,14 @@ jobs: if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') runs-on: ubuntu-latest name: Build and Deploy Job + strategy: + matrix: + node-version: [20.x] steps: - uses: actions/checkout@v3 with: submodules: true lfs: false - - name: Set up Node.js 18 - uses: actions/setup-node@v3 - with: - node-version: 18 - name: Build And Deploy id: builddeploy uses: Azure/static-web-apps-deploy@v1