Skip to content

Commit

Permalink
Update install.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ramykl authored Nov 4, 2024
1 parent 352bca5 commit 1310415
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/commands/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ steps:
yarn-version: << parameters.package-manager-version >>
- when:
condition:
equal: [ 'pnpm', << parameters.package-manager >> ]
and:
- equal: [ 'pnpm', << parameters.package-manager >> ]
steps:
- node/install:
install-pnpm: true
Expand Down

0 comments on commit 1310415

Please sign in to comment.