mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-02-05 05:49:28 +00:00
* Always use vendored NodeJS on Windows (#64461) As @ SpaceManiac said: A big part of the point of the bootstrap scripts is to provide a reproducible environment Here I am, web-removing the bit of code that allows using a system-wide version of NodeJS. Now we're vendored only. * Always use vendored NodeJS on Windows Co-authored-by: Aleksej Komarov <stylemistake@gmail.com>