From b8b364b48edc708f7f66857dfe3bf7ff26b7a0ae Mon Sep 17 00:00:00 2001 From: Bogdan Date: Sat, 29 Apr 2023 23:23:39 +0300 Subject: [PATCH] Bump node version to 16.x --- azure-pipelines.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e8570f442..d4cfba7b3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,6 +16,7 @@ variables: sentryOrg: 'servarr' sentryUrl: 'https://sentry.servarr.com' dotnetVersion: '6.0.302' + nodeVersion: '16.X' innoVersion: '6.2.0' windowsImage: 'windows-2022' linuxImage: 'ubuntu-20.04' @@ -182,7 +183,7 @@ stages: - task: NodeTool@0 displayName: Set Node.js version inputs: - versionSpec: '12.x' + versionSpec: $(nodeVersion) - checkout: self submodules: true fetchDepth: 1 @@ -917,7 +918,7 @@ stages: - task: NodeTool@0 displayName: Set Node.js version inputs: - versionSpec: '12.x' + versionSpec: $(nodeVersion) - checkout: self submodules: true fetchDepth: 1