You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
Since N-API is a versioned API the binding code is specific to
a particular version. In this case it's current N-API v3 which
only ships in Node 10 at the moment.
This means the binary only builds on Node 10, but runs on N-API
enabled (and shimmed) Node versions. As a result we need to build
the binaries upfront on Node 10 and share it across all test runs.
0 commit comments