Help talk:Toolforge/Node.js
Appearance
Latest comment: 1 month ago by BryanDavis in topic Node 22 and 24?
Node 22 and 24?
Dear team, is there a plan and ETA to support node 22 and 24? Some of our dependencies are sunsetting node 20. Xinbenlv (talk) 20:55, 23 March 2026 (UTC)
- Our legacy containers (
node16,node18,node20) install the nodejs version available in the associated Debian release that the container is based on. Thenode20container is built from the current stable Debian release (trixie). The next stable Debian release (forky) looks like it will support nodejs 22. There is no release date yet for forky, but it will probably be in the fall of 2027. - Newer versions of nodejs are available via Toolforge Build Service where I believe that in combination with the
--use-latest-versionsflag to use the Ubuntu 2024.04 stack you can install nodejs versions up to 25.8.0. See https://github.com/heroku/buildpacks-nodejs?tab=readme-ov-file#configuration -- BryanDavis (talk) 21:29, 23 March 2026 (UTC)