Skip to content

Commit

Permalink
feat(repo): use latest pnpm for CI runs (#22207)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav authored Mar 7, 2024
1 parent 002d2ce commit ec0880b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ commands:
- run:
name: Install pnpm package manager (linux)
command: |
npm install --prefix=$HOME/.local -g @pnpm/exe@8.14
npm install --prefix=$HOME/.local -g @pnpm/exe@8
- when:
condition:
equal: [<< parameters.os >>, macos]
steps:
- run:
name: Install pnpm package manager (macos)
command: |
npm install -g @pnpm/exe@8.14
npm install -g @pnpm/exe@8
- run:
name: Install Dependencies
command: |
Expand Down

0 comments on commit ec0880b

Please sign in to comment.