diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 91da23a89..68b95f380 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' diff --git a/package.json b/package.json index 50a308d90..9f8deaf9e 100644 --- a/package.json +++ b/package.json @@ -150,7 +150,7 @@ "worker-loader": "3.0.8" }, "volta": { - "node": "16.17.0", + "node": "20.11.1", "yarn": "1.22.19" } }