Skip to content

Commit

Permalink
chore(repo): update version of pnpm in our ci configs (#19103)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav committed Sep 11, 2023
1 parent be8e499 commit f9e7b90
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ 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]
steps:
- 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: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit f9e7b90

Please sign in to comment.