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: