diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 216794a5366..bc261d63457 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,9 @@ jobs: - NodeVersion: 22.19.x NodeVersionDisplayName: 22 OS: ubuntu-latest + - NodeVersion: 24.9.x + NodeVersionDisplayName: 24 + OS: ubuntu-latest - NodeVersion: 22.19.x NodeVersionDisplayName: 22 OS: windows-latest diff --git a/common/config/azure-pipelines/templates/install-node.yaml b/common/config/azure-pipelines/templates/install-node.yaml index 9983a8a311e..c7c64960719 100644 --- a/common/config/azure-pipelines/templates/install-node.yaml +++ b/common/config/azure-pipelines/templates/install-node.yaml @@ -1,7 +1,7 @@ parameters: - name: NodeMajorVersion type: number - default: 20 + default: 22 steps: - task: NodeTool@0 diff --git a/rush.json b/rush.json index c4ef84b429a..2a493021301 100644 --- a/rush.json +++ b/rush.json @@ -42,7 +42,7 @@ * LTS schedule: https://nodejs.org/en/about/releases/ * LTS versions: https://nodejs.org/en/download/releases/ */ - "nodeSupportedVersionRange": ">=18.15.0 <19.0.0 || >=20.9.0 <21.0.0 || >=22.12.0 <23.0.0", + "nodeSupportedVersionRange": ">=18.15.0 <19.0.0 || >=20.9.0 <21.0.0 || >=22.12.0 <23.0.0 || >=24.9.0 <25.0.0", /** * If the version check above fails, Rush will display a message showing the current