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:
|
- run:
|
||||||
name: Install pnpm package manager (linux)
|
name: Install pnpm package manager (linux)
|
||||||
command: |
|
command: |
|
||||||
npm install --prefix=$HOME/.local -g @pnpm/exe@8.3.1
|
npm install --prefix=$HOME/.local -g @pnpm/exe@8.7.4
|
||||||
- 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.3.1
|
npm install -g @pnpm/exe@8.7.4
|
||||||
- run:
|
- run:
|
||||||
name: Install Dependencies
|
name: Install Dependencies
|
||||||
command: |
|
command: |
|
||||||
|
|||||||
4
.github/workflows/e2e-matrix.yml
vendored
4
.github/workflows/e2e-matrix.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install PNPM
|
- name: Install PNPM
|
||||||
run: |
|
run: |
|
||||||
npm install -g @pnpm/exe@8.3.1
|
npm install -g @pnpm/exe@8.7.4
|
||||||
|
|
||||||
- name: Set node
|
- name: Set node
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
@ -327,7 +327,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install PNPM
|
- name: Install PNPM
|
||||||
run: |
|
run: |
|
||||||
npm install -g @pnpm/exe@8.3.1
|
npm install -g @pnpm/exe@8.7.4
|
||||||
|
|
||||||
- name: Use Node.js ${{ matrix.node_version }}
|
- name: Use Node.js ${{ matrix.node_version }}
|
||||||
uses: actions/setup-node@v3
|
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
|
- uses: pnpm/action-setup@v2
|
||||||
name: Install pnpm
|
name: Install pnpm
|
||||||
with:
|
with:
|
||||||
version: 8.3.1
|
version: 8.7.4
|
||||||
run_install: false
|
run_install: false
|
||||||
|
|
||||||
- name: Set node
|
- name: Set node
|
||||||
@ -252,7 +252,7 @@ jobs:
|
|||||||
- uses: pnpm/action-setup@v2
|
- uses: pnpm/action-setup@v2
|
||||||
name: Install pnpm
|
name: Install pnpm
|
||||||
with:
|
with:
|
||||||
version: 8.3.1
|
version: 8.7.4
|
||||||
run_install: false
|
run_install: false
|
||||||
|
|
||||||
- name: Use Node.js ${{ matrix.node_version }}
|
- name: Use Node.js ${{ matrix.node_version }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user