Skip to content

Commit 7b27171

Browse files
committed
[BREAKING] Drop node v21 support
1 parent 080e973 commit 7b27171

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,6 @@ strategy:
2626
windows_node_lts_20:
2727
imageName: 'windows-2022'
2828
node_version: 20.x
29-
linux_node_21:
30-
imageName: 'ubuntu-22.04'
31-
node_version: 21.x
32-
mac_node_21:
33-
imageName: 'macos-13'
34-
node_version: 21.x
35-
windows_node_21:
36-
imageName: 'windows-2022'
37-
node_version: 21.x
3829
linux_node_22:
3930
imageName: 'ubuntu-22.04'
4031
node_version: 22.x

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"./internal/jsdoc/template/publish": "./lib/processors/jsdoc/lib/ui5/template/publish.cjs"
3030
},
3131
"engines": {
32-
"node": "^20.11.0 || >=21.2.0",
32+
"node": "^20.11.0 || >=22.0.0",
3333
"npm": ">= 8"
3434
},
3535
"scripts": {

0 commit comments

Comments
 (0)