Skip to content

Commit

Permalink
update curl command
Browse files Browse the repository at this point in the history
  • Loading branch information
ethriel3695 committed Jul 17, 2024
1 parent b8915ec commit 190f22f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ steps:
path: $(pnpm_config_cache)
displayName: 'Cache pnpm'
- script: |
curl -f https://get.pnpm.io/v9.4.0.js | node - add --global [email protected]
curl -fsSL https://get.pnpm.io/install.sh | sh -
pnpm config set store-dir $(pnpm_config_cache)
displayName: "Setup pnpm"

Expand Down

0 comments on commit 190f22f

Please sign in to comment.