Skip to content

Commit

Permalink
Update azure-static-web-apps-happy-sand-0c9dae710.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
felibatista authored Mar 12, 2024
1 parent 0a7f612 commit 285d86b
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 285d86b

Please sign in to comment.