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?
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:
We opened these PRs to update the supported branches:
main: deps: upgrade npm to 12.0.2 nodejs/node#64882v26.x-staging: deps: upgrade npm to 11.19.0 nodejs/node#64883v22.x-staging: deps: upgrade npm to 10.9.9 nodejs/node#64884v24.x-staging: deps: upgrade npm to 11.19.0 nodejs/node#64885These are the commands I ran:
I did not create PRs against EOL branches.