npm / npm/cli

Keeping npm up to date in Node.js

Open
#9,827 5 comments 2 reactions 1 assignee View on GitHub

@reggi is already working on this.

Since Jul 31, 2026.

Dominant language
JavaScript
Stars
10.1k
Forks
4.7k
Avg merge
2d 2h
Merged PRs (30d)
19

Description

Keeping npm up to date in Node.js

Hi Node.js team! I (@reggi) opened npm update PRs for the supported Node.js branches.

The Node.js branches are currently out of sync:

Node.js Status Bundled npm Latest release in that npm major
26 Current 11.17.0 11.19.0
25 EOL 11.12.1 11.19.0
24 Active LTS 11.16.0 11.19.0
23 EOL 10.9.2 10.9.9
22 Maintenance LTS 10.9.8 10.9.9
21 EOL 10.5.0 10.9.9
20 EOL 10.8.2 10.9.9
19 EOL 9.6.3 9.9.4
18 EOL 10.8.2 10.9.9

We opened these PRs to update the supported branches:

These are the commands I ran:

gh workflow run create-node-pr.yml -R npm/cli -f spec=latest -f branch=main
gh workflow run create-node-pr.yml -R npm/cli -f spec=next-11 -f branch=26
gh workflow run create-node-pr.yml -R npm/cli -f spec=next-11 -f branch=24
gh workflow run create-node-pr.yml -R npm/cli -f spec=next-10 -f branch=22

I did not create PRs against EOL branches.

  • Should we update those branches as well?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.