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
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).
0 commit comments