Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WayneFerrao committed Nov 20, 2024
1 parent 512d548 commit c040684
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/preproductionDeployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ jobs:
with:
node-version: '16' # Specify your Node.js version

- template: ~/tools/pipelines/templates/include-install-pnpm.yml

- template: template: templates/include-install-pnpm.yml
parameters:
buildDirectory: $(Build.SourcesDirectory)/docs
- script: |
echo "pnpm is installed. Version:"
pnpm --version
Expand Down

0 comments on commit c040684

Please sign in to comment.