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:
|
||||
- run:
|
||||
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:
|
||||
parameters:
|
||||
|
||||
5
.github/workflows/e2e-matrix.yml
vendored
5
.github/workflows/e2e-matrix.yml
vendored
@ -321,9 +321,8 @@ jobs:
|
||||
|
||||
- name: Install PNPM
|
||||
if: ${{ matrix.package_manager == 'pnpm' }}
|
||||
uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: 7.30.5
|
||||
run: |
|
||||
npm install -g @pnpm/exe@8.3.1
|
||||
|
||||
- name: Use Node.js ${{ matrix.node_version }}
|
||||
uses: actions/setup-node@v3
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user