From 2d2f125a6031361172ee820ae5f5abc6a6636f0b 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 39ac1fda..27870e10 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 ca2d7c43..bfc2148a 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "./internal/ResourceTagCollection": "./lib/ResourceTagCollection.js" }, "engines": { - "node": "^20.11.0 || >=21.2.0", + "node": "^20.11.0 || >=22.0.0", "npm": ">= 8" }, "scripts": {