Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 24 additions & 24 deletions .github/workflows/nightly-test-1.20.x.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,19 +67,19 @@ 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:
node-version-file: "./ui/package.json"
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
Expand Down Expand Up @@ -112,19 +112,19 @@ 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:
node-version-file: "./ui/package.json"
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
Expand Down Expand Up @@ -152,19 +152,19 @@ 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:
node-version-file: "./ui/package.json"
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
Expand Down Expand Up @@ -197,19 +197,19 @@ 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:
node-version-file: "./ui/package.json"
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
Expand Down
60 changes: 30 additions & 30 deletions .github/workflows/nightly-test-1.21.x.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,19 +67,19 @@ 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:
node-version-file: "./ui/package.json"
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
Expand Down Expand Up @@ -112,19 +112,19 @@ 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:
node-version-file: "./ui/package.json"
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
Expand Down Expand Up @@ -152,19 +152,19 @@ 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:
node-version-file: "./ui/package.json"
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
Expand Down Expand Up @@ -197,19 +197,19 @@ 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:
node-version-file: "./ui/package.json"
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
Expand All @@ -234,19 +234,19 @@ 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:
node-version-file: "./ui/package.json"
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
Expand Down
Loading