-
build.c looks for v12.13.0 and v14.0.0 - they are now at v12.18.3 and v14.7.0. Build fails without this change - will submit PR |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Where does it fail? Last build is from 2 days ago and it didn't fail |
Beta Was this translation helpful? Give feedback.
-
It fails if you have Node 12.18.3 |
Beta Was this translation helpful? Give feedback.
-
It doesn't fail, I just tested it in 12.18.3. The whole point of a stable ABI is that you can compile the binary with any version of the headers and it runs on all Node.js version with the same ABI. |
Beta Was this translation helpful? Give feedback.
It doesn't fail, I just tested it in 12.18.3. The whole point of a stable ABI is that you can compile the binary with any version of the headers and it runs on all Node.js version with the same ABI.