From 1473faf88356bedf4443d11b45dac4cdb06588ad Mon Sep 17 00:00:00 2001 From: Randula Mawaththa <85297495+Randula98@users.noreply.github.com> Date: Tue, 16 Jul 2024 11:17:33 +0530 Subject: [PATCH] Update Azure Static App Workflow --- .../azure-static-web-apps-lively-hill-005a24b10.yml | 8 ++++++++ 1 file changed, 8 insertions(+) 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 58c7e81..ae89f10 100644 --- a/.github/workflows/azure-static-web-apps-lively-hill-005a24b10.yml +++ b/.github/workflows/azure-static-web-apps-lively-hill-005a24b10.yml @@ -19,6 +19,14 @@ jobs: with: submodules: true lfs: false + - name: Setup Node.js + uses: actions/setup-node@v3 + with: + node-version: '18.x' + - name: Install dependencies + run: npm install + - name: Build + run: npm run build - name: Build And Deploy id: builddeploy uses: Azure/static-web-apps-deploy@v1