From 57926a61d27e0fbb02f7e1a3f90bfba71f3bd294 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Fri, 23 Feb 2024 20:18:29 +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 643fb6b54..59b034a78 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.0' windowsImage: 'windows-2022' linuxImage: 'ubuntu-20.04'