From 0765a1d8094e3eca1b56273198a66766e72c150d Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Fri, 2 Feb 2024 13:41:30 +0100 Subject: [PATCH] force node.js version to 20.x --- build/azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index 3d2b10e614..b088c273f2 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -5,7 +5,7 @@ parameters: displayName: Run SQL Server Integration Tests type: boolean default: false - - name: sqlServerAcceptanceTests + - name: sqlServerAcceptanceTests displayName: Run SQL Server Acceptance Tests type: boolean default: false @@ -51,7 +51,7 @@ parameters: default: false variables: - nodeVersion: 20.10.x + nodeVersion: 20 solution: umbraco.sln buildConfiguration: Release UMBRACO__CMS__GLOBAL__ID: 00000000-0000-0000-0000-000000000042 @@ -287,7 +287,7 @@ stages: pool: vmImage: $(vmImage) variables: - Tests__Database__DatabaseType: 'Sqlite' + Tests__Database__DatabaseType: 'Sqlite' steps: # Setup test environment - task: DownloadPipelineArtifact@2