Skip to content

Commit

Permalink
Relax the Node version requirement and change the build root directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
imcbride committed Jan 18, 2024
1 parent 9e81d9c commit 1cd1f07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ jobs:
action: "upload"
###### 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: "/_site" # App source code path
skip_app_build: true
app_location: "/" # App source code path
api_location: "" # Api source code path - optional
app_location: "_site" # Built app content directory - optional
###### End of Repository/Build Configurations ######

close_pull_request_job:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"deploy": "gh-pages -d _site -b site"
},
"engines": {
"node": "18.16.0"
"node": ">=18.16.0"
},
"private": true,
"author": "Zeb Pykosz <[email protected]>",
Expand Down

0 comments on commit 1cd1f07

Please sign in to comment.