From 285d86b80e95c5d30e92d62ea01a397aaa1c0834 Mon Sep 17 00:00:00 2001 From: Felipe Batista <83935256+felibatista@users.noreply.github.com> Date: Tue, 12 Mar 2024 19:50:12 -0300 Subject: [PATCH] Update azure-static-web-apps-happy-sand-0c9dae710.yml --- .../azure-static-web-apps-happy-sand-0c9dae710.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 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 f1332b5..7bb0bd5 100644 --- a/.github/workflows/azure-static-web-apps-happy-sand-0c9dae710.yml +++ b/.github/workflows/azure-static-web-apps-happy-sand-0c9dae710.yml @@ -15,9 +15,14 @@ jobs: runs-on: ubuntu-latest name: Build and Deploy Job steps: + - name: Setup Node + uses: actions/setup-node@v3 + with: + node-version: "20" + cache: ${{ steps.detect-package-manager.outputs.manager }} - uses: actions/checkout@v3 with: - node-version: '20.x' + node-version: '20' submodules: true lfs: false - name: Build And Deploy @@ -27,7 +32,7 @@ jobs: azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_HAPPY_SAND_0C9DAE710 }} repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) action: "upload" - node-version: '20.x' + node-version: '20' ###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig app_location: "/frontend" # App source code path