rem on Nostr: I'm really curious as to how people get their node based projects passing CI test ...
I'm really curious as to how people get their node based projects passing CI test whilst supporting old versions of node.
Nodemon supports from node@10 - but the deps it uses doesn't support node@10, so tests fail. I don't know whether to just not test old versions (which seems like a footgun, if it's going to break, it's going to break in old-land).
Can I have different dep versions for different node versions? 🤔
Nodemon supports from node@10 - but the deps it uses doesn't support node@10, so tests fail. I don't know whether to just not test old versions (which seems like a footgun, if it's going to break, it's going to break in old-land).
Can I have different dep versions for different node versions? 🤔