From 7067511acc301cb84a30d7b24bcff9ca315b1d93 Mon Sep 17 00:00:00 2001 From: wenytang-ms Date: Mon, 14 Sep 2026 13:18:23 +0800 Subject: [PATCH] build: use Node 20 in CI pipeline --- .azure-pipelines/vscode-java-test-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.azure-pipelines/vscode-java-test-ci.yml b/.azure-pipelines/vscode-java-test-ci.yml index 4444fdf2..b15805ee 100644 --- a/.azure-pipelines/vscode-java-test-ci.yml +++ b/.azure-pipelines/vscode-java-test-ci.yml @@ -59,6 +59,10 @@ extends: steps: - checkout: self fetchTags: false + - task: UseNode@1 + displayName: Use Node 20.x + inputs: + version: '20.x' - task: JavaToolInstaller@0 displayName: Use Java 21 inputs: @@ -86,6 +90,10 @@ extends: steps: - checkout: self fetchTags: false + - task: UseNode@1 + displayName: Use Node 20.x + inputs: + version: '20.x' - task: JavaToolInstaller@0 displayName: Use Java 21 inputs: