ethereum / c-kzg-4844

A minimal implementation of the Polynomial Commitments API for EIP-4844 and EIP-7594, written in C.
Apache License 2.0
112 stars 105 forks source link

fix: node.js publish #502

Closed matthewkeil closed 2 weeks ago

matthewkeil commented 2 weeks ago

When publishing 4.0.0 there was an error and the bundle published without the deps folder. The make command did not correctly switch directories and published the root folder, not the dist folder. I updated the process to use the canonical method that node uses to avoid future issues.

I also updated the supported/tested versions of node that are run in CI