Skip to content

Commit

Permalink
explicitly install pnpm using the node orb
Browse files Browse the repository at this point in the history
  • Loading branch information
ramykl committed Nov 4, 2024
1 parent 98eca61 commit 73a9e9a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/commands/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ steps:
- restore_cache:
name: Restore Cypress cache
key: << parameters.cypress-cache-key >>
- when:
condition:
- equal: [ 'pnpm', << parameters.package-manager >> ]
steps:
- node/install:
install-pnpm: true
- node/install-packages:
override-ci-command: << parameters.install-command >>
app-dir: << parameters.working-directory >>
Expand Down

0 comments on commit 73a9e9a

Please sign in to comment.