Automatic update for nodejs24-24.13.0-1.fc44.
* Tue Jan 13 2026 tjuhasz <tjuhasz@redhat.com> - 1:24.13.0-1
- Update to version 24.13.0 (rhbz#2421027)
* Mon Jan 12 2026 Jan Staněk <jstanek@redhat.com> - 1:24.11.1-3
- Run version checks only on bundled components
Please log in to add feedback.
This update was automatically created
This update's test gating status has been changed to 'waiting'.
This update's test gating status has been changed to 'failed'.
So, hum. It looks like all the test failures happen when something expects there to be a binary called
node, which there isn't, in this package.A good example is the npm-integration-global-install test, which basically does
/usr/bin/npm-24 install coffeescript --globaland then runs various checks of thecoffeecommand that results from doing that. All thosecoffeecommands fail because it's expecting anodeexecutable, but there isn't one.I'm not sure what to take from this. Is
npm-24expected to install things that are "aware" of the versioned nodejs binary name? If not, tests that expect this should be disabled for the versioned package, I guess?This update has been obsoleted by nodejs24-24.13.0-4.fc44.