mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-15 12:11:45 +00:00
* Creates a node compatibility mode (#82334) ## About The Pull Request By default this will install node v20 LTS, but if a user is detected to be using win 7 it's node v14 This lets us run higher node versions (with presumably more stable and performant content) while allowing win 7 users to play I should note that this is making clean tgui builds run at ~6.7sec which is about a 6.9% speed increase (nice) from the previous #80310 ## Why It's Good For The Game Better tools ## Changelog N/A nothing player facing * Creates a node compatibility mode --------- Co-authored-by: Jeremiah <42397676+jlsnow301@users.noreply.github.com>