#9827·npm

Keeping npm up to date in Node.js

Author: reggiCreated Jul 31, 2026Updated Sep 18, 2026

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:

bash
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?