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: - run:
name: Install pnpm package manager (linux) name: Install pnpm package manager (linux)
command: | command: |
npm install --prefix=$HOME/.local -g @pnpm/exe@8.14 npm install --prefix=$HOME/.local -g @pnpm/exe@8
- when: - when:
condition: condition:
equal: [<< parameters.os >>, macos] equal: [<< parameters.os >>, macos]
@ -56,7 +56,7 @@ commands:
- run: - run:
name: Install pnpm package manager (macos) name: Install pnpm package manager (macos)
command: | command: |
npm install -g @pnpm/exe@8.14 npm install -g @pnpm/exe@8
- run: - run:
name: Install Dependencies name: Install Dependencies
command: | command: |