feat(repo): use latest pnpm for CI runs (#22207)

This commit is contained in:
Miroslav Jonaš 2024-03-07 14:51:21 +01:00 committed by GitHub
parent 002d2cec95
commit ec0880b404
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,7 +48,7 @@ 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]
@ -56,7 +56,7 @@ commands:
- 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: |