Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(build): set NODE_JS_VERSION in Unix CI (#398)
Otherwise, we just build with any newer Node.js 12.x version, unlike Windows. This bug led to the 0.5.1 release happening with Node.js 12.18.4 on Windows and Node.js 12.19.0 on other platforms. Let’s pick a consistent version. Pick 12.18.4 rather than 12.19.0 because we’re currently seeing Node.js deprecation warnings being shown with 12.19.0 (until mongodb-js/boxednode#9 is merged).
- Loading branch information