snyk / nodejs-lockfile-parser

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

feat: change default node version to 16 #143

Closed xzhou-snyk closed 2 years ago

xzhou-snyk commented 2 years ago

This PR doesn't change the engine config which is still >=10. It just defaults the project to use node 16 when cd to the repo folder, so just for convenience sake as 10 is now less commonly used than 14 and 16.