diff --git a/.circleci/config.yml b/.circleci/config.yml index 57ed5c2341dc9..8b1bcc1e02c61 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -48,7 +48,7 @@ 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] @@ -56,7 +56,7 @@ commands: - 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: | diff --git a/.github/workflows/e2e-matrix.yml b/.github/workflows/e2e-matrix.yml index 1223a4a74f69c..495675556c619 100644 --- a/.github/workflows/e2e-matrix.yml +++ b/.github/workflows/e2e-matrix.yml @@ -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 @@ -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 diff --git a/.github/workflows/e2e-windows.yml b/.github/workflows/e2e-windows.yml index 7bb81bd8f8852..9538bce8cc01a 100644 --- a/.github/workflows/e2e-windows.yml +++ b/.github/workflows/e2e-windows.yml @@ -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 @@ -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 }}