From 7bc689f9005aa5be53ea79bcab2dd411689f66ea Mon Sep 17 00:00:00 2001 From: iscai-msft <43154838+iscai-msft@users.noreply.github.com> Date: Thu, 19 Aug 2021 13:05:40 -0400 Subject: [PATCH] bump node version (#20353) --- eng/pipelines/autorest_checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/autorest_checks.yml b/eng/pipelines/autorest_checks.yml index 35158419b1f2..c87079bd03b1 100644 --- a/eng/pipelines/autorest_checks.yml +++ b/eng/pipelines/autorest_checks.yml @@ -14,7 +14,7 @@ pr: - sdk/core/ variables: - NodeVersion: '10.x' + NodeVersion: '12.x' PythonVersion: '3.6' auto_rest_clone_url: 'https://github.com/Azure/autorest.python.git' repo_branch: 'autorestv3'