diff --git a/eng/pipelines/jobs/build-autorest-mgmt.yml b/eng/pipelines/jobs/build-autorest-mgmt.yml index 6153b4f3af..3fffe1bbb4 100644 --- a/eng/pipelines/jobs/build-autorest-mgmt.yml +++ b/eng/pipelines/jobs/build-autorest-mgmt.yml @@ -11,6 +11,8 @@ jobs: variables: - template: /eng/pipelines/variables/globals.yml - template: /eng/pipelines/variables/image.yml + - name: NodeVersion + value: '20.x' pool: name: $(LINUXPOOL) diff --git a/eng/pipelines/jobs/build-autorest.yml b/eng/pipelines/jobs/build-autorest.yml index c9346e28ff..d4d3b89f33 100644 --- a/eng/pipelines/jobs/build-autorest.yml +++ b/eng/pipelines/jobs/build-autorest.yml @@ -11,6 +11,8 @@ jobs: variables: - template: /eng/pipelines/variables/globals.yml - template: /eng/pipelines/variables/image.yml + - name: NodeVersion + value: '20.x' pool: name: $(LINUXPOOL) diff --git a/eng/pipelines/variables/globals.yml b/eng/pipelines/variables/globals.yml index e03d00f765..ead3389b0d 100644 --- a/eng/pipelines/variables/globals.yml +++ b/eng/pipelines/variables/globals.yml @@ -1,6 +1,6 @@ variables: JavaVersion: '1.11' - NodeVersion: '20.x' + NodeVersion: '24.x' AutorestVersion: '3.7.2' # Sets the Maven log level to either the LogLevel passed in the manual pipeline run or the default 'warn'