Skip to content

Commit

Permalink
[INTERNAL] Clarify supported Node.js versions
Browse files Browse the repository at this point in the history
Related: #1017
  • Loading branch information
RandomByte committed Sep 13, 2024
1 parent 9287aea commit 61c5e5c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
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

0 comments on commit 61c5e5c

Please sign in to comment.