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