Skip to content

Commit 3644e79

Browse files
authored
docs: update readme for Node.js versions, remove badges (#8055)
Update the copy for "requirements" to specify that it is the Node.js support lifecycle that is key, not a specific version. Also removed the badges from the readme. Most of that info is already on the page as parsed by GitHub.
1 parent 31455b2 commit 3644e79

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

Diff for: README.md

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
11
# npm - a JavaScript package manager
22

3-
[![npm version](https://img.shields.io/npm/v/npm.svg)](https://npm.im/npm)
4-
[![license](https://img.shields.io/npm/l/npm.svg)](https://npm.im/npm)
5-
[![CI - cli](https://github.com/npm/cli/actions/workflows/ci.yml/badge.svg)](https://github.com/npm/cli/actions/workflows/ci.yml)
6-
[![Benchmark Suite](https://github.com/npm/cli/actions/workflows/benchmark.yml/badge.svg)](https://github.com/npm/cli/actions/workflows/benchmark.yml)
7-
83
### Requirements
94

10-
One of the following versions of [Node.js](https://nodejs.org/en/download/) must be installed to run **`npm`**:
11-
12-
* `18.x.x` >= `18.17.0`
13-
* `20.5.0` or higher
5+
You should be running a currently supported version of [Node.js](https://nodejs.org/en/download/) to run **`npm`**. For a list of which versions of Node.js are currently supported, please see the [Node.js releases](https://nodejs.org/en/about/previous-releases) page.
146

157
### Installation
168

0 commit comments

Comments
 (0)