We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 080e973 commit 7b27171Copy full SHA for 7b27171
azure-pipelines.yml
@@ -26,15 +26,6 @@ strategy:
26
windows_node_lts_20:
27
imageName: 'windows-2022'
28
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
35
- windows_node_21:
36
- imageName: 'windows-2022'
37
38
linux_node_22:
39
imageName: 'ubuntu-22.04'
40
node_version: 22.x
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": {
0 commit comments