From 94d231aa9188aabb98ab617c82184496ec5c5980 Mon Sep 17 00:00:00 2001 From: Igor Goldobin Date: Mon, 5 Feb 2024 17:39:41 +1000 Subject: [PATCH] Update azure-static-web-apps-icy-pebble-0baf5bd03.yml --- .../azure-static-web-apps-icy-pebble-0baf5bd03.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/azure-static-web-apps-icy-pebble-0baf5bd03.yml b/.github/workflows/azure-static-web-apps-icy-pebble-0baf5bd03.yml index 4a136a6..aef709b 100644 --- a/.github/workflows/azure-static-web-apps-icy-pebble-0baf5bd03.yml +++ b/.github/workflows/azure-static-web-apps-icy-pebble-0baf5bd03.yml @@ -19,11 +19,17 @@ jobs: with: submodules: true lfs: false + + - name: Setup Node.js environment + uses: actions/setup-node@v4.0.1 + with: + node-version: 18.x + - name: Build And Deploy id: builddeploy uses: Azure/static-web-apps-deploy@v1 with: - azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_ICY_PEBBLE_0BAF5BD03 }} + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_ICY_PEBBLE_0BAF5BD03 }} repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) action: "upload" ###### Repository/Build Configurations - These values can be configured to match your app requirements. ######