From 63b8dcc2e3d121d72b64175e462e08d1b14344da Mon Sep 17 00:00:00 2001 From: Qstick Date: Fri, 30 Apr 2021 00:20:55 -0400 Subject: [PATCH] Consistent node ver between build_frontend and lint_frontend --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7f9648a50..44179a315 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -775,7 +775,7 @@ stages: - task: NodeTool@0 displayName: Set Node.js version inputs: - versionSpec: '10.x' + versionSpec: '12.x' - checkout: self submodules: true fetchDepth: 1