From 8f9ea9de7b73fc508e4669232641f9b32229604c Mon Sep 17 00:00:00 2001 From: vandriot Date: Tue, 4 Jun 2024 14:00:49 +0000 Subject: [PATCH] Update node version to 20.x LTS --- tools/azdo_pipelines/run-extractor.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/azdo_pipelines/run-extractor.yaml b/tools/azdo_pipelines/run-extractor.yaml index 2f32e66d..96022ae4 100644 --- a/tools/azdo_pipelines/run-extractor.yaml +++ b/tools/azdo_pipelines/run-extractor.yaml @@ -152,7 +152,7 @@ stages: #Running Super Linting Tool on the API(s) - START - task: NodeTool@0 inputs: - versionSpec: '12.x' + versionSpec: '20.x' displayName: 'Install Node.js' - script: |