Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
[![npm Package Version](https://badge.fury.io/js/%40ui5%2Fproject.svg)](https://www.npmjs.com/package/@ui5/project)
[![Coverage Status](https://coveralls.io/repos/github/SAP/ui5-project/badge.svg)](https://coveralls.io/github/SAP/ui5-project)

> ⚠️ UI5 CLI v3 has been deprecated! We highly recommend migrating to [**the latest version**](https://ui5.github.io/cli/stable/).

## Documentation
UI5 Project documentation can be found here: [ui5.github.io/cli](https://ui5.github.io/cli/v3/pages/Project/)

Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ strategy:
imageName: 'ubuntu-24.04'
node_version: 18.x
mac_node_lts_18:
imageName: 'macos-13'
imageName: 'macos-15'
node_version: 18.x
windows_node_lts_18:
imageName: 'windows-2022'
Expand All @@ -27,7 +27,7 @@ strategy:
imageName: 'ubuntu-24.04'
node_version: 20.x
mac_node_current:
imageName: 'macos-13'
imageName: 'macos-15'
node_version: 20.x
windows_node_current:
imageName: 'windows-2022'
Expand Down