Skip to content

Commit

Permalink
Use Node 20 in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger committed Mar 8, 2024
1 parent d0f4efc commit 4ed169b
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 4ed169b

Please sign in to comment.