From 6c7c37affe8121338c36640e7abbf4525475eb36 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Fri, 23 Feb 2024 20:13:02 +0200 Subject: [PATCH] Bump node to v20.x on builder --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ed03905f8..24b22d3c9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,7 +16,7 @@ variables: sentryOrg: 'servarr' sentryUrl: 'https://sentry.servarr.com' dotnetVersion: '6.0.417' - nodeVersion: '16.X' + nodeVersion: '20.X' innoVersion: '6.2.2' windowsImage: 'windows-2022' linuxImage: 'ubuntu-20.04'