Skip to content

Commit

Permalink
fix(action):修复action部署node版本过低的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrickill authored Feb 6, 2024
1 parent 05197d7 commit eed32b1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
id: builddeploy
uses: Azure/static-web-apps-deploy@v1
with:
node-version: '20.9.0'
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_POLITE_STONE_02932FC10 }}
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
action: "upload"
Expand Down

0 comments on commit eed32b1

Please sign in to comment.