Skip to content

Commit

Permalink
ci: add corepack force update to azure swa workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Feb 6, 2025
1 parent dd2198d commit f84e9ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
id: builddeploy
uses: Azure/static-web-apps-deploy@v1
env:
PRE_BUILD_COMMAND: corepack enable
PRE_BUILD_COMMAND: npm i -g --force corepack && corepack enable
CUSTOM_BUILD_COMMAND: pnpm install && pnpm build
AZURE_STORAGE_ACCOUNT_KEY: ${{ secrets.AZURE_STORAGE_ACCOUNT_KEY }}
with:
Expand Down

0 comments on commit f84e9ce

Please sign in to comment.