From 82f8cf531971c0d08d149876a398cbe0bc009fac Mon Sep 17 00:00:00 2001 From: Felipe Batista <83935256+felibatista@users.noreply.github.com> Date: Wed, 13 Mar 2024 11:35:41 -0300 Subject: [PATCH] Update azure-static-web-apps-happy-sand-0c9dae710.yml --- .../azure-static-web-apps-happy-sand-0c9dae710.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/azure-static-web-apps-happy-sand-0c9dae710.yml b/.github/workflows/azure-static-web-apps-happy-sand-0c9dae710.yml index 7bb0bd5..f36d8d9 100644 --- a/.github/workflows/azure-static-web-apps-happy-sand-0c9dae710.yml +++ b/.github/workflows/azure-static-web-apps-happy-sand-0c9dae710.yml @@ -15,16 +15,10 @@ jobs: runs-on: ubuntu-latest name: Build and Deploy Job steps: - - name: Setup Node - uses: actions/setup-node@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: - node-version: "20" - cache: ${{ steps.detect-package-manager.outputs.manager }} - - uses: actions/checkout@v3 - with: - node-version: '20' - submodules: true - lfs: false + node-version: 18 - name: Build And Deploy id: builddeploy uses: Azure/static-web-apps-deploy@v1