nodesource / nodesource/distributions

[ERROR] Node.js v22 out of date for armhf

Open
#1,881 21 comments 6 reactions 1 assignee View on GitHub

@riosje is already working on this.

Since Aug 4, 2026.

Dominant language
Shell
Stars
13.8k
Forks
3.1k
PR merge metrics
No merged PRs in 30d

Description

Describe your bug
The latest versions of Node.js v22 for armhf are not available.
The newest version available is 22.15.0, while there should be 22.17.1 already.

Distribution Information:

  • OS: Raspbian
  • Version: 12/bookworm
  • Architecture: armhf/armv7l

Node Version:

  • Node: Node.js v22

To Reproduce

  1. Install regularly, i.e. with
    curl -fsSL https://deb.nodesource.com/setup_22.x | sudo -E bash - and sudo apt-get install -y nodejs
  2. Check node -v, it prints: v22.15.0
  3. Check apt-cache madison nodejs, it prints:
    nodejs | 22.15.0-1nodesource1 | https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
    nodejs | 22.14.0-1nodesource1 | https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
    nodejs | 22.13.1-1nodesource1 | https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
    nodejs | 22.13.0-1nodesource1 | https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
    nodejs | 22.12.0-1nodesource1 | https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
    nodejs | 22.11.0-1nodesource1 | https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
    nodejs | 22.10.0-1nodesource1 | https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
    […]
    

Expected behavior
I expect the latest versions to be available for armhf, just like they are for e.g. amd64:

nodejs | 22.17.1-1nodesource1 | https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
nodejs | 22.17.0-1nodesource1 | https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
nodejs | 22.16.0-1nodesource1 | https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
nodejs | 22.15.1-1nodesource1 | https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
nodejs | 22.15.0-1nodesource1 | https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
[…]

Contributor guide

No contributing guide indexed for this repository

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.