Service Review
Node 16 update & test
CI/CD for dev and test environment, node affinity
Fix linting errors if present, fix linting warnings
Review state of testing
Review state of open issues
Review state of open PRs
Fix security audit reports
npm audit --production
- list vulnerable packages while ignoring dev dependenciesnpm ls <package-name>
- trace vulnerable packages to the base level packages that are using them
Typescript - review appropriateness of typescript for this service if the dev knows typescript
Microservices implementation structural review
Last updated