From 2bd12b1f455363f760ccbd334ff442168411c05e Mon Sep 17 00:00:00 2001 From: Miroslav Jonas Date: Fri, 19 Apr 2024 14:09:29 +0200 Subject: [PATCH] chore(repo): bump pnpm to v9 --- .circleci/config.yml | 4 ++-- .github/workflows/e2e-matrix.yml | 2 +- .github/workflows/e2e-windows.yml | 2 +- .github/workflows/generate-embeddings.yml | 8 ++++---- .github/workflows/issue-notifier.yml | 2 +- .github/workflows/npm-audit.yml | 2 +- .github/workflows/publish.yml | 4 ++-- .nx/workflows/agents.yaml | 4 ++-- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b9564435f9ab6d..c47d177a9de538 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 + npm install --prefix=$HOME/.local -g @pnpm/exe@9 - 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 + npm install -g @pnpm/exe@9 - run: name: Install Dependencies command: | diff --git a/.github/workflows/e2e-matrix.yml b/.github/workflows/e2e-matrix.yml index c490c53c1d7340..2f4ac4edfc51d1 100644 --- a/.github/workflows/e2e-matrix.yml +++ b/.github/workflows/e2e-matrix.yml @@ -38,7 +38,7 @@ jobs: - name: Install PNPM run: | - npm install -g @pnpm/exe@8.14 + npm install -g @pnpm/exe@9.0.4 - name: Set node uses: actions/setup-node@v3 diff --git a/.github/workflows/e2e-windows.yml b/.github/workflows/e2e-windows.yml index 555c44873c2a3d..33adf7b39d7e2e 100644 --- a/.github/workflows/e2e-windows.yml +++ b/.github/workflows/e2e-windows.yml @@ -32,7 +32,7 @@ jobs: - uses: pnpm/action-setup@v2 name: Install pnpm with: - version: 8 + version: 9 run_install: false - name: Set node diff --git a/.github/workflows/generate-embeddings.yml b/.github/workflows/generate-embeddings.yml index e083c8b10fd878..19ec423f39f5b5 100644 --- a/.github/workflows/generate-embeddings.yml +++ b/.github/workflows/generate-embeddings.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: node-version: [18] - + steps: - name: Checkout uses: actions/checkout@v3 @@ -25,7 +25,7 @@ jobs: uses: pnpm/action-setup@v2 id: pnpm-install with: - version: 7 + version: 9 run_install: false - name: Get pnpm store directory @@ -46,8 +46,8 @@ jobs: run: pnpm install --no-frozen-lockfile - name: Run embeddings script - run: pnpm exec nx run tools-documentation-create-embeddings:run-node + run: pnpm exec nx run tools-documentation-create-embeddings:run-node env: NX_NEXT_PUBLIC_SUPABASE_URL: ${{ secrets.NX_NEXT_PUBLIC_SUPABASE_URL }} NX_SUPABASE_SERVICE_ROLE_KEY: ${{ secrets.NX_SUPABASE_SERVICE_ROLE_KEY }} - NX_OPENAI_KEY: ${{ secrets.NX_OPENAI_KEY }} \ No newline at end of file + NX_OPENAI_KEY: ${{ secrets.NX_OPENAI_KEY }} diff --git a/.github/workflows/issue-notifier.yml b/.github/workflows/issue-notifier.yml index 870b5d83cdf1fd..c1302320e8429f 100644 --- a/.github/workflows/issue-notifier.yml +++ b/.github/workflows/issue-notifier.yml @@ -20,7 +20,7 @@ jobs: - uses: pnpm/action-setup@v2 with: - version: 8.2 + version: 9 - name: Use Node.js ${{ matrix.node_version }} uses: actions/setup-node@v3 diff --git a/.github/workflows/npm-audit.yml b/.github/workflows/npm-audit.yml index 65227a9a08cc6c..1a3810f1d9d52a 100644 --- a/.github/workflows/npm-audit.yml +++ b/.github/workflows/npm-audit.yml @@ -19,7 +19,7 @@ jobs: - name: Install PNPM run: | - npm install -g @pnpm/exe@8.3.1 + npm install -g @pnpm/exe@9.0.4 - name: Run a security audit run: pnpm dlx audit-ci --critical --report-type summary diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4f1e3893205228..e234dbcf7dcc97 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -90,7 +90,7 @@ jobs: - uses: pnpm/action-setup@v2 with: - version: 8 + version: 9 - name: Setup node uses: actions/setup-node@v4 @@ -235,7 +235,7 @@ jobs: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v2 with: - version: 8 + version: 9 - name: Setup node uses: actions/setup-node@v4 with: diff --git a/.nx/workflows/agents.yaml b/.nx/workflows/agents.yaml index 419637500ea0f4..bdd52483199616 100644 --- a/.nx/workflows/agents.yaml +++ b/.nx/workflows/agents.yaml @@ -1,7 +1,7 @@ launch-templates: linux-medium: resource-class: 'docker_linux_amd64/medium+' - image: 'ubuntu22.04-node20.11-v3' + image: 'ubuntu22.04-node20.11-v5' env: GIT_AUTHOR_EMAIL: test@test.com GIT_AUTHOR_NAME: Test @@ -30,7 +30,7 @@ launch-templates: sudo apt-get install -y ca-certificates lsof - name: Install Pnpm script: | - npm install -g pnpm@8.15.5 + npm install -g pnpm@9.0.4 - name: Pnpm Install script: |