Skip to content

Commit b5437b0

Browse files
committed
upgrading yaml file
1 parent 58a7a43 commit b5437b0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/azure-static-web-apps-green-hill-0484dfb1e.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ jobs:
2424
with:
2525
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_GREEN_HILL_0484DFB1E }}
2626
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
27-
action: "upload"
27+
action: 'upload'
2828
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
2929
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
30-
app_location: "./client" # App source code path
31-
api_location: "./api" # Api source code path - optional
32-
output_location: "dist" # Built app content directory - optional
30+
app_location: './client' # App source code path
31+
api_location: './api' # Api source code path - optional
32+
output_location: 'dist' # Built app content directory - optional
3333
###### End of Repository/Build Configurations ######
34-
env: # Add environment variables here
35-
NODE_VERSION: 14
36-
PRE_BUILD_COMMAND: "npx prisma@3.11.0 generate"
34+
env: # Add environment variables here
35+
NODE_VERSION: 16
36+
PRE_BUILD_COMMAND: 'npx prisma@4.0.0 generate'
3737

3838
close_pull_request_job:
3939
if: github.event_name == 'pull_request' && github.event.action == 'closed'
@@ -45,4 +45,4 @@ jobs:
4545
uses: Azure/static-web-apps-deploy@v1
4646
with:
4747
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_GREEN_HILL_0484DFB1E }}
48-
action: "close"
48+
action: 'close'

0 commit comments

Comments
 (0)