nodegit / nodegit

Native Node bindings to Git.
https://www.nodegit.org/
MIT License
5.64k stars 691 forks source link

Prebuilt Binaries for node 18? #1980

Open sunilsurana opened 1 year ago

sunilsurana commented 1 year ago

When can we get prebuilt binaries for Node 18

jpreynat commented 1 year ago

+1 on this one, especially now that Node 16 will enter EOL soon

jpreynat commented 1 year ago

@ianhattendorf Gentle ping to know if we can expect those binaries to be released anytime soon?

grinish21 commented 12 months ago

Node16 is EOL today. https://nodejs.org/en/blog/announcements/nodejs16-eol Any plans to release the prebuilt binaries for node18 ??

ntpbnh15 commented 10 months ago

Figma has a fork that provides prebuilt binaries for later Node.js versions (https://www.npmjs.com/package/@figma/nodegit). Supported Node.js versions are defined here (https://github.com/figma/nodegit/blob/figma/.github/workflows/tests.yml#L20).

capaj commented 7 months ago

@ntp15 thanks, will switch my projects to that fork!

abhishiv commented 1 month ago

I think the figma fork doesn't provide binaries for linux-arm64 so it fails to build on docker with mac.

https://figma-nodegit.s3.amazonaws.com/nodegit-v0.28.0-figma.6-node-v127-linux-arm64.tar.gz

I think i'll have to build arm images so still a bit of trouble, but still great to have this fork.