Conversation
|
Why the switch back to pnpm? |
|
You'll also need to update the key-pair encryption algorithm since the security revert that permits the continued use of
|
|
Yea I'll update the algorithm, thought the client was broken for another reason lol. I switched back to pnpm because it drastically reduces the file size of node_modules, installing packages is faster too, (both of which benefit ci), and makes it so you can't import transitive dependencies. Plus, pnpm makes a whole bunch of improvements to the npm security model. |
|
After discussing this in Discord, I'm going to merge this, re-open and merge #108, and then begin working on websockets. |
Upgrade to Node v24, and switch back to pnpm for better security model + caching.