nodesource / nodesource/distributions
[ERROR] Node.js v22 out of date for armhf
Open
@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
- Install regularly, i.e. with
curl -fsSL https://deb.nodesource.com/setup_22.x | sudo -E bash -andsudo apt-get install -y nodejs - Check
node -v, it prints:v22.15.0 - 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.