Several answers to that 🙂
It's not particularly important from Pulumi's point of view; it generally depends on your code.
For example, I use Yarn4, ESM and workspaces, and there's something in there (can't remember what) that doesn't work with 18, so I need 20+.
But I think it would probably work with 12+, if you're doing very plain stuff.
💪 1
little-cartoon-10569
01/22/2024, 9:27 PM
And it's not a bad idea to use the same version as is used by any cloud runtimes you use: so if you're deploying TS lambdas to AWS, you'll want 16+, since everything older is now deprecated or removed.
🙏 1
🙌 1
r
red-match-15116
01/22/2024, 10:16 PM
FWIW 20+ is now LTS
red-match-15116
01/22/2024, 10:16 PM
and 16 is deprecated
l
little-cartoon-10569
01/22/2024, 10:17 PM
Ah yes. I had updated everything AWS told me to update, then I dumped all that data out of my head 🙂