Hi! Following up the anouncment of Node 16 being sunsetted, I’ve executed the command to list the projects that are currently using that Node version:
vercel project ls --update-required
This command prints projects in my personal team (or whatever team is active in the CLI session currently), but not any other team I’m in (let’s say my employer’s team). This is easily solvable by setting the --scope parameter with the slug of any other team I’m in; but this might be easy to skip to someone that doesn’t use the Vercel CLI specially often. I think that a mention about checking different teams in the reminder would be worthy and time saving (or perhaps having a parameter to list projects across all teams).