From 94a1b724aa459e5693980f7a1f5bd70a1595242a Mon Sep 17 00:00:00 2001 From: Suresh Dunga Date: Thu, 30 Oct 2025 13:32:43 +0530 Subject: [PATCH] run pnpm install before node setup --- .github/workflows/nightly-test-1.20.x.yaml | 48 ++++++++--------- .github/workflows/nightly-test-1.21.x.yaml | 60 +++++++++++----------- 2 files changed, 54 insertions(+), 54 deletions(-) diff --git a/.github/workflows/nightly-test-1.20.x.yaml b/.github/workflows/nightly-test-1.20.x.yaml index 0605a58a134d..b3f6e35bfc73 100644 --- a/.github/workflows/nightly-test-1.20.x.yaml +++ b/.github/workflows/nightly-test-1.20.x.yaml @@ -67,6 +67,12 @@ jobs: with: ref: ${{ env.BRANCH }} + - name: Install PNPM + uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0 + with: + run_install: false + package_json_file: ui/package.json + - name: Setup node and pnpm cache uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: @@ -74,12 +80,6 @@ jobs: cache: "pnpm" cache-dependency-path: "ui/pnpm-lock.yaml" - - name: Install PNPM - uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0 - with: - run_install: false - package_json_file: ui/package.json - - name: Install id: install working-directory: ./ui @@ -112,6 +112,12 @@ jobs: with: ref: ${{ env.BRANCH }} + - name: Install PNPM + uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0 + with: + run_install: false + package_json_file: ui/package.json + - name: Setup node and pnpm cache uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: @@ -119,12 +125,6 @@ jobs: cache: "pnpm" cache-dependency-path: "ui/pnpm-lock.yaml" - - name: Install PNPM - uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0 - with: - run_install: false - package_json_file: ui/package.json - - name: Install id: install working-directory: ./ui @@ -152,6 +152,12 @@ jobs: with: ref: ${{ env.BRANCH }} + - name: Install PNPM + uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0 + with: + run_install: false + package_json_file: ui/package.json + - name: Setup node and pnpm cache uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: @@ -159,12 +165,6 @@ jobs: cache: "pnpm" cache-dependency-path: "ui/pnpm-lock.yaml" - - name: Install PNPM - uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0 - with: - run_install: false - package_json_file: ui/package.json - - name: Install id: install working-directory: ./ui @@ -197,6 +197,12 @@ jobs: with: ref: ${{ env.BRANCH }} + - name: Install PNPM + uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0 + with: + run_install: false + package_json_file: ui/package.json + - name: Setup node and pnpm cache uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: @@ -204,12 +210,6 @@ jobs: cache: "pnpm" cache-dependency-path: "ui/pnpm-lock.yaml" - - name: Install PNPM - uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0 - with: - run_install: false - package_json_file: ui/package.json - - name: Install id: install working-directory: ./ui diff --git a/.github/workflows/nightly-test-1.21.x.yaml b/.github/workflows/nightly-test-1.21.x.yaml index badfc9920503..90b2a3f3ca32 100644 --- a/.github/workflows/nightly-test-1.21.x.yaml +++ b/.github/workflows/nightly-test-1.21.x.yaml @@ -67,6 +67,12 @@ jobs: with: ref: ${{ env.BRANCH }} + - name: Install PNPM + uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0 + with: + run_install: false + package_json_file: ui/package.json + - name: Setup node and pnpm cache uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: @@ -74,12 +80,6 @@ jobs: cache: "pnpm" cache-dependency-path: "ui/pnpm-lock.yaml" - - name: Install PNPM - uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0 - with: - run_install: false - package_json_file: ui/package.json - - name: Install id: install working-directory: ./ui @@ -112,6 +112,12 @@ jobs: with: ref: ${{ env.BRANCH }} + - name: Install PNPM + uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0 + with: + run_install: false + package_json_file: ui/package.json + - name: Setup node and pnpm cache uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: @@ -119,12 +125,6 @@ jobs: cache: "pnpm" cache-dependency-path: "ui/pnpm-lock.yaml" - - name: Install PNPM - uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0 - with: - run_install: false - package_json_file: ui/package.json - - name: Install id: install working-directory: ./ui @@ -152,6 +152,12 @@ jobs: with: ref: ${{ env.BRANCH }} + - name: Install PNPM + uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0 + with: + run_install: false + package_json_file: ui/package.json + - name: Setup node and pnpm cache uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: @@ -159,12 +165,6 @@ jobs: cache: "pnpm" cache-dependency-path: "ui/pnpm-lock.yaml" - - name: Install PNPM - uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0 - with: - run_install: false - package_json_file: ui/package.json - - name: Install id: install working-directory: ./ui @@ -197,6 +197,12 @@ jobs: with: ref: ${{ env.BRANCH }} + - name: Install PNPM + uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0 + with: + run_install: false + package_json_file: ui/package.json + - name: Setup node and pnpm cache uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: @@ -204,12 +210,6 @@ jobs: cache: "pnpm" cache-dependency-path: "ui/pnpm-lock.yaml" - - name: Install PNPM - uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0 - with: - run_install: false - package_json_file: ui/package.json - - name: Install id: install working-directory: ./ui @@ -234,6 +234,12 @@ jobs: with: ref: ${{ env.BRANCH }} + - name: Install PNPM + uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0 + with: + run_install: false + package_json_file: ui/package.json + - name: Setup node and pnpm cache uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: @@ -241,12 +247,6 @@ jobs: cache: "pnpm" cache-dependency-path: "ui/pnpm-lock.yaml" - - name: Install PNPM - uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0 - with: - run_install: false - package_json_file: ui/package.json - - name: Install id: install working-directory: ./ui