From 260b2c8ca865f81dcab0a7f2555197eeb15435f2 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Wed, 5 May 2021 09:44:15 +0200 Subject: [PATCH] ci: bump node spec to 16x for npm version and lockfile v2 Signed-off-by: Jens Langhammer --- azure-pipelines.yml | 4 ++-- web/azure-pipelines.yml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6f1d0cea4..bce0bd139 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -264,7 +264,7 @@ stages: versionSpec: '3.9' - task: NodeTool@0 inputs: - versionSpec: '14.x' + versionSpec: '16.x' - task: DockerCompose@0 displayName: Run services inputs: @@ -382,7 +382,7 @@ stages: steps: - task: NodeTool@0 inputs: - versionSpec: '14.x' + versionSpec: '16.x' displayName: 'Install Node.js' - task: CmdLine@2 inputs: diff --git a/web/azure-pipelines.yml b/web/azure-pipelines.yml index 4123cc83e..dca4a3d4f 100644 --- a/web/azure-pipelines.yml +++ b/web/azure-pipelines.yml @@ -12,7 +12,7 @@ stages: steps: - task: NodeTool@0 inputs: - versionSpec: '14.x' + versionSpec: '16.x' displayName: 'Install Node.js' - task: CmdLine@2 inputs: @@ -31,7 +31,7 @@ stages: steps: - task: NodeTool@0 inputs: - versionSpec: '14.x' + versionSpec: '16.x' displayName: 'Install Node.js' - task: DownloadPipelineArtifact@2 inputs: @@ -53,7 +53,7 @@ stages: steps: - task: NodeTool@0 inputs: - versionSpec: '14.x' + versionSpec: '16.x' displayName: 'Install Node.js' - task: DownloadPipelineArtifact@2 inputs: @@ -77,7 +77,7 @@ stages: steps: - task: NodeTool@0 inputs: - versionSpec: '14.x' + versionSpec: '16.x' displayName: 'Install Node.js' - task: DownloadPipelineArtifact@2 inputs: