Skip to content

Commit

Permalink
feat(repo): use @pnpm/exe over pnpm for CI runs (#16495)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav committed Apr 24, 2023
1 parent 8e85220 commit ceab87d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/e2e-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ceab87d

Please sign in to comment.