Skip to content

Conversation

zakjan
Copy link
Contributor

@zakjan zakjan commented Sep 15, 2025

Fixes #475

@zakjan
Copy link
Contributor Author

zakjan commented Sep 15, 2025

GHA needs to be updated to Node.js 24 to support Float16Array according to MDN to make the test pass

@constantinius
Copy link
Member

@zakjan Can you try to update that in the CI?

Also, does that mean we lose support for Node <24? I'm not sure if that is acceptable. Node 22 is still "active"

@zakjan
Copy link
Contributor Author

zakjan commented Oct 8, 2025

@constantinius Updated, the build passes now. Yes, support for Node <24 would be lost when processing such arrays. I think it's fair to do this change as it helps to reduce the dependencies in favour of the native support. Any other array types still support Node <24.

@zakjan
Copy link
Contributor Author

zakjan commented Oct 8, 2025

From https://github.com/nodejs/Release:

  • Node 22 moves from Active LTS to Maintenance on 2025-10-21
  • Node 24 moves to Active LTS on 2025-10-28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Native Float16Array support

2 participants