chore(repo): update version of pnpm in our ci configs (#19103)
This commit is contained in:
parent
be8e499f89
commit
f9e7b90837
@ -48,7 +48,7 @@ commands:
|
||||
- run:
|
||||
name: Install pnpm package manager (linux)
|
||||
command: |
|
||||
npm install --prefix=$HOME/.local -g @pnpm/exe@8.3.1
|
||||
npm install --prefix=$HOME/.local -g @pnpm/exe@8.7.4
|
||||
- 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.3.1
|
||||
npm install -g @pnpm/exe@8.7.4
|
||||
- run:
|
||||
name: Install Dependencies
|
||||
command: |
|
||||
|
||||
4
.github/workflows/e2e-matrix.yml
vendored
4
.github/workflows/e2e-matrix.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
||||
|
||||
- name: Install PNPM
|
||||
run: |
|
||||
npm install -g @pnpm/exe@8.3.1
|
||||
npm install -g @pnpm/exe@8.7.4
|
||||
|
||||
- name: Set node
|
||||
uses: actions/setup-node@v3
|
||||
@ -327,7 +327,7 @@ jobs:
|
||||
|
||||
- name: Install PNPM
|
||||
run: |
|
||||
npm install -g @pnpm/exe@8.3.1
|
||||
npm install -g @pnpm/exe@8.7.4
|
||||
|
||||
- name: Use Node.js ${{ matrix.node_version }}
|
||||
uses: actions/setup-node@v3
|
||||
|
||||
4
.github/workflows/e2e-windows.yml
vendored
4
.github/workflows/e2e-windows.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
||||
- uses: pnpm/action-setup@v2
|
||||
name: Install pnpm
|
||||
with:
|
||||
version: 8.3.1
|
||||
version: 8.7.4
|
||||
run_install: false
|
||||
|
||||
- name: Set node
|
||||
@ -252,7 +252,7 @@ jobs:
|
||||
- uses: pnpm/action-setup@v2
|
||||
name: Install pnpm
|
||||
with:
|
||||
version: 8.3.1
|
||||
version: 8.7.4
|
||||
run_install: false
|
||||
|
||||
- name: Use Node.js ${{ matrix.node_version }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user