-
I don't understand how
npm outdatedworks. On my machine, packages from bothdependenciesanddevDependenciesare listed. In a GitHub Action, I only get packages fromdependencies, but duplicated, and with statusMISSING… 🤷♂️ nicolas-hoizey.com/notes/2022/06/28/1/ -
@npmjs @github So, it looks like it is necessary to install packages before checking which are outdated: @ffoodd_fr/1542032680187035649
