Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bundled NodeJS version to 22 #25

Open
NorthernMan54 opened this issue May 17, 2024 · 2 comments
Open

Update bundled NodeJS version to 22 #25

NorthernMan54 opened this issue May 17, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@NorthernMan54
Copy link
Contributor

Feature Description

Would also need to update deb>debian>control for the minimum libc6 version.

Target October/November 2024

@NorthernMan54 NorthernMan54 added the enhancement New feature or request label May 17, 2024
@trickert76
Copy link

+1 from my side. I'd like to do it, but I've never build a debian package before and so, the curve is a bit long to me. But I'll try t folk and just make the changes you did for Node v20 just for v22

What I'm wondering about - Homebridge is a Node application. Why did you decide to bundle Node instead of making it a dependency for the package?

I'm not sure about how people are using Homebridge. I use it in a docker environment and so I was wondering too, why the docker base image wasnt a node image but Ubuntu. I don't want to criticize that, I'm just wondering about the design decision.

@NorthernMan54
Copy link
Contributor Author

@trickert76 With homebridge-apt-pkg, we are sandboxing our own implementation of NodeJS outside of the OS. So that any changes with other packages do not interfere or break people's existing homebridge implementations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

2 participants