feat(repo): use @pnpm/exe over pnpm for CI runs (#16495)
This commit is contained in:
parent
8e8522068a
commit
ceab87d29e
@ -74,7 +74,7 @@ commands:
|
|||||||
steps:
|
steps:
|
||||||
- run:
|
- run:
|
||||||
name: Install PNPM
|
name: Install PNPM
|
||||||
command: npm install --prefix=$HOME/.local -g pnpm@7.30.3
|
command: npm install --prefix=$HOME/.local -g @pnpm/exe@8.3.1
|
||||||
|
|
||||||
setup:
|
setup:
|
||||||
parameters:
|
parameters:
|
||||||
|
|||||||
5
.github/workflows/e2e-matrix.yml
vendored
5
.github/workflows/e2e-matrix.yml
vendored
@ -321,9 +321,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Install PNPM
|
- name: Install PNPM
|
||||||
if: ${{ matrix.package_manager == 'pnpm' }}
|
if: ${{ matrix.package_manager == 'pnpm' }}
|
||||||
uses: pnpm/action-setup@v2
|
run: |
|
||||||
with:
|
npm install -g @pnpm/exe@8.3.1
|
||||||
version: 7.30.5
|
|
||||||
|
|
||||||
- name: Use Node.js ${{ matrix.node_version }}
|
- name: Use Node.js ${{ matrix.node_version }}
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user