Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[INTERNAL] Clarify supported Node.js versions #1018

Merged
merged 2 commits into from
Sep 13, 2024
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
3 changes: 2 additions & 1 deletion docs/pages/GettingStarted.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Getting Started
## Installing the UI5 CLI
### Requirements
- [Node.js](https://nodejs.org/) Versions v20.11.0, v22.0.0, or higher
- [Node.js](https://nodejs.org/) version v20.11.0 and higher or v22.0.0 and higher (v21 is not supported)
- [npm](https://www.npmjs.com/) version v8.0.0 or higher

### Installation
```sh
Expand Down
4 changes: 2 additions & 2 deletions docs/updates/migrate-v4.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Migrate to v4

!!! tip "In Development"
!!! tip "New Release"
**UI5 Tooling 4.0 has been released on July 24, 2024 🎉**

Install the latest version in your projects via: `npm i --save-dev @ui5/cli@latest`
Expand All @@ -18,7 +18,7 @@ For applications and libraries running with UI5 2.x, the use of Specification Ve

## Node.js and npm Version Support

This release requires **Node.js versions v20.11.0, v22.0.0, or higher** as well as npm v8 or higher.
This release requires **Node.js version v20.11.0 and higher or v22.0.0 and higher (v21 is not supported)** as well as npm v8 or higher.
Support for older Node.js releases has been dropped; their use will cause an error.

## Specification Versions Support
Expand Down
4 changes: 2 additions & 2 deletions scripts/resources/CLI.template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# UI5 CLI
## Requirements
- [Node.js](https://nodejs.org/) Version v20.11.0, v22.0.0 or higher
- [npm](https://www.npmjs.com/) Version v8.0.0 or higher
- [Node.js](https://nodejs.org/) version v20.11.0 and higher or v22.0.0 and higher (v21 is not supported)
- [npm](https://www.npmjs.com/) version v8.0.0 or higher

## Installation

Expand Down