Skip to content

Commit 352bca5

Browse files
committed
always get pnpm to install through the node orb not just when a version is provided
1 parent 7f9ebc5 commit 352bca5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/commands/install.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,7 @@ steps:
8585
yarn-version: << parameters.package-manager-version >>
8686
- when:
8787
condition:
88-
and:
89-
- not:
90-
equal: [ '', << parameters.package-manager-version >> ]
91-
- equal: [ 'pnpm', << parameters.package-manager >> ]
88+
equal: [ 'pnpm', << parameters.package-manager >> ]
9289
steps:
9390
- node/install:
9491
install-pnpm: true

0 commit comments

Comments
 (0)