diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2a4b119a..59708d51 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -50,8 +50,8 @@ jobs: displayName: 'Install .NET 6' - task: NodeTool@0 inputs: - versionSpec: '14.x' - displayName: 'Install NodeJs 14.x' + versionSpec: '20.x' + displayName: 'Install NodeJs 20.x' - powershell: choco install markdownlint-cli --no-progress displayName: 'Install required tools' - download: current @@ -81,8 +81,8 @@ jobs: displayName: 'Install .NET 7' - task: NodeTool@0 inputs: - versionSpec: '14.x' - displayName: 'Install NodeJs 14.x' + versionSpec: '20.x' + displayName: 'Install NodeJs 20.x' - powershell: choco install markdownlint-cli --no-progress displayName: 'Install required tools' - download: current @@ -112,8 +112,8 @@ jobs: displayName: 'Install .NET 8' - task: NodeTool@0 inputs: - versionSpec: '14.x' - displayName: 'Install NodeJs 14.x' + versionSpec: '20.x' + displayName: 'Install NodeJs 20.x' - powershell: choco install markdownlint-cli --no-progress displayName: 'Install required tools' - download: current @@ -143,8 +143,8 @@ jobs: displayName: 'Install .NET 6' - task: NodeTool@0 inputs: - versionSpec: '14.x' - displayName: 'Install NodeJs 14.x' + versionSpec: '20.x' + displayName: 'Install NodeJs 20.x' - powershell: choco install markdownlint-cli --no-progress displayName: 'Install required tools' - download: current @@ -174,8 +174,8 @@ jobs: displayName: 'Install .NET 6' - task: NodeTool@0 inputs: - versionSpec: '14.x' - displayName: 'Install NodeJs 14.x' + versionSpec: '20.x' + displayName: 'Install NodeJs 20.x' - powershell: choco install markdownlint-cli --no-progress displayName: 'Install required tools' - download: current @@ -205,8 +205,8 @@ jobs: displayName: 'Install .NET 6' - task: NodeTool@0 inputs: - versionSpec: '14.x' - displayName: 'Install NodeJs 14.x' + versionSpec: '20.x' + displayName: 'Install NodeJs 20.x' - bash: | npm install -g markdownlint-cli displayName: 'Install required tools' @@ -238,8 +238,8 @@ jobs: displayName: 'Install .NET 7' - task: NodeTool@0 inputs: - versionSpec: '14.x' - displayName: 'Install NodeJs 14.x' + versionSpec: '20.x' + displayName: 'Install NodeJs 20.x' - bash: | npm install -g markdownlint-cli displayName: 'Install required tools' @@ -271,8 +271,8 @@ jobs: displayName: 'Install .NET 8' - task: NodeTool@0 inputs: - versionSpec: '14.x' - displayName: 'Install NodeJs 14.x' + versionSpec: '20.x' + displayName: 'Install NodeJs 20.x' - bash: | npm install -g markdownlint-cli displayName: 'Install required tools' @@ -304,8 +304,8 @@ jobs: displayName: 'Install .NET 6' - task: NodeTool@0 inputs: - versionSpec: '14.x' - displayName: 'Install NodeJs 14.x' + versionSpec: '20.x' + displayName: 'Install NodeJs 20.x' - bash: | npm install -g markdownlint-cli displayName: 'Install required tools' @@ -337,8 +337,8 @@ jobs: displayName: 'Install .NET 6' - task: NodeTool@0 inputs: - versionSpec: '14.x' - displayName: 'Install NodeJs 14.x' + versionSpec: '20.x' + displayName: 'Install NodeJs 20.x' - bash: | npm install -g markdownlint-cli displayName: 'Install required tools' @@ -370,8 +370,8 @@ jobs: displayName: 'Install .NET 6' - task: NodeTool@0 inputs: - versionSpec: '14.x' - displayName: 'Install NodeJs 14.x' + versionSpec: '20.x' + displayName: 'Install NodeJs 20.x' - bash: | npm install -g markdownlint-cli displayName: 'Install required tools' @@ -403,8 +403,8 @@ jobs: displayName: 'Install .NET 7' - task: NodeTool@0 inputs: - versionSpec: '14.x' - displayName: 'Install NodeJs 14.x' + versionSpec: '20.x' + displayName: 'Install NodeJs 20.x' - bash: | npm install -g markdownlint-cli displayName: 'Install required tools' @@ -436,8 +436,8 @@ jobs: displayName: 'Install .NET 8' - task: NodeTool@0 inputs: - versionSpec: '14.x' - displayName: 'Install NodeJs 14.x' + versionSpec: '20.x' + displayName: 'Install NodeJs 20.x' - bash: | npm install -g markdownlint-cli displayName: 'Install required tools' @@ -469,8 +469,8 @@ jobs: displayName: 'Install .NET 6' - task: NodeTool@0 inputs: - versionSpec: '14.x' - displayName: 'Install NodeJs 14.x' + versionSpec: '20.x' + displayName: 'Install NodeJs 20.x' - bash: | npm install -g markdownlint-cli displayName: 'Install required tools' @@ -502,8 +502,8 @@ jobs: displayName: 'Install .NET 6' - task: NodeTool@0 inputs: - versionSpec: '14.x' - displayName: 'Install NodeJs 14.x' + versionSpec: '20.x' + displayName: 'Install NodeJs 20.x' - bash: | npm install -g markdownlint-cli displayName: 'Install required tools'