Note from 28 June 2022
I don't understand how npm outdated
works.
On my machine, packages from both dependencies
and devDependencies
are listed.
In a GitHub Action, I only get packages from dependencies
, but duplicated, and with status MISSING
…
🤷♂️