-
I don't understand how
npm outdated
works. On my machine, packages from bothdependencies
anddevDependencies
are 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