From 7b2717166686aeef8d19b1f3134ef4f39de25a80 Mon Sep 17 00:00:00 2001 From: Florian Vogt Date: Wed, 17 Jul 2024 14:03:11 +0200 Subject: [PATCH] [BREAKING] Drop node v21 support --- azure-pipelines.yml | 9 --------- package.json | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4d658e04b..63fefdccc 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -26,15 +26,6 @@ strategy: windows_node_lts_20: imageName: 'windows-2022' node_version: 20.x - linux_node_21: - imageName: 'ubuntu-22.04' - node_version: 21.x - mac_node_21: - imageName: 'macos-13' - node_version: 21.x - windows_node_21: - imageName: 'windows-2022' - node_version: 21.x linux_node_22: imageName: 'ubuntu-22.04' node_version: 22.x diff --git a/package.json b/package.json index 1105ea396..b76fa9b05 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "./internal/jsdoc/template/publish": "./lib/processors/jsdoc/lib/ui5/template/publish.cjs" }, "engines": { - "node": "^20.11.0 || >=21.2.0", + "node": "^20.11.0 || >=22.0.0", "npm": ">= 8" }, "scripts": {