snyk / nodejs-lockfile-parser

Generate a Snyk dependency tree from package-lock.json or yarn.lock file
Other
57 stars 28 forks source link

chore: change default node version to 16 #145

Closed xzhou-snyk closed 1 year ago

xzhou-snyk commented 2 years ago

This PR doesn't change the engine config for this project, which is still >=10. This PR only changes the default node version to 16 when cd to the project repo, the reason being, node 10 is less common than node 14/16 now.