GitHub Action that opens a pull request following an npm audit fix --force
- Figure out how to best test Actions
- Smarter logic around when
--force
should be used (if at all) - It runs
npm audit
, checks the sum vulnerabilities, thennpm audit fix
needed - could that be optimized to one command?