mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-31 09:18:28 +00:00
ci: force Node.js 24 for JS setup actions (#2424)
This commit is contained in:
@@ -62,7 +62,7 @@ runs:
|
|||||||
repo-token: ${{ inputs.github-token }}
|
repo-token: ${{ inputs.github-token }}
|
||||||
|
|
||||||
- name: Install flatc
|
- name: Install flatc
|
||||||
uses: Nugine/setup-flatc@v1
|
uses: Nugine/setup-flatc@v1.2.4
|
||||||
with:
|
with:
|
||||||
version: "25.9.23"
|
version: "25.9.23"
|
||||||
|
|
||||||
|
|||||||
@@ -204,6 +204,7 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
env:
|
env:
|
||||||
|
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
|
||||||
# Always enable Tokio unstable features (required by dial9-tokio-telemetry).
|
# Always enable Tokio unstable features (required by dial9-tokio-telemetry).
|
||||||
# The RUSTFLAGS env var takes precedence over .cargo/config.toml [build] rustflags,
|
# The RUSTFLAGS env var takes precedence over .cargo/config.toml [build] rustflags,
|
||||||
# so we must include --cfg tokio_unstable here explicitly; otherwise an empty
|
# so we must include --cfg tokio_unstable here explicitly; otherwise an empty
|
||||||
|
|||||||
@@ -106,6 +106,8 @@ jobs:
|
|||||||
if: needs.skip-check.outputs.should_skip != 'true'
|
if: needs.skip-check.outputs.should_skip != 'true'
|
||||||
runs-on: ubicloud-standard-4
|
runs-on: ubicloud-standard-4
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
|
env:
|
||||||
|
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
@@ -138,6 +140,8 @@ jobs:
|
|||||||
if: needs.skip-check.outputs.should_skip != 'true'
|
if: needs.skip-check.outputs.should_skip != 'true'
|
||||||
runs-on: ubicloud-standard-4
|
runs-on: ubicloud-standard-4
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
|
env:
|
||||||
|
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|||||||
@@ -42,6 +42,8 @@ jobs:
|
|||||||
name: Performance Profiling
|
name: Performance Profiling
|
||||||
runs-on: ubicloud-standard-2
|
runs-on: ubicloud-standard-2
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
|
env:
|
||||||
|
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
@@ -117,6 +119,8 @@ jobs:
|
|||||||
name: Benchmark Tests
|
name: Benchmark Tests
|
||||||
runs-on: ubicloud-standard-2
|
runs-on: ubicloud-standard-2
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
|
env:
|
||||||
|
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|||||||
Reference in New Issue
Block a user