feat(repo): use pnpm v7 for ci (#15460)
This commit is contained in:
parent
8d3f2bdc17
commit
c38ffc9177
@ -74,7 +74,9 @@ commands:
|
||||
steps:
|
||||
- run:
|
||||
name: Install PNPM
|
||||
command: npm install --prefix=$HOME/.local -g pnpm@6.32.4
|
||||
command: |
|
||||
corepack enable
|
||||
corepack prepare pnpm@7.29.0 --activate
|
||||
|
||||
setup:
|
||||
parameters:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user