mongodb-js / boxednode

📦 boxednode – Ship a JS file with Node.js in a box
Apache License 2.0
599 stars 10 forks source link

feat!: bump default build tools to vs2022 for Windows MONGOSH-1648 #51

Open kmruiz opened 7 months ago

kmruiz commented 7 months ago

According to https://github.com/nodejs/node/pull/49051 the Node.js team dropped support for vs2019, so we need to upgrade BoxedNode to use vs2022 as the default toolchain. ~Compiling with vs2019 will still be possible by providing the extra argument vs2019.~.