The Node.js CI build was failing because it tried to build the native executable which requires postject and other tools that may not be available in all CI environments. Created a separate build:ci script that skips the native build step for CI.