koajs / koa

Expressive middleware for node.js using ES2017 async functions
https://koajs.com
MIT License
35.11k stars 3.22k forks source link

docs: fix node quickly install with nvm #1760

Closed Songkunda closed 1 year ago

Songkunda commented 1 year ago

update docs/api/index.md:8 nvm install 7 to nvm install 12

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (632a803) 98.66% compared to head (7f3d3f7) 98.66%.

:exclamation: Current head 7f3d3f7 differs from pull request most recent head 83adab6. Consider uploading reports for the commit 83adab6 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1760 +/- ## ======================================= Coverage 98.66% 98.66% ======================================= Files 5 5 Lines 523 523 Branches 146 146 ======================================= Hits 516 516 Misses 7 7 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

zacanger commented 1 year ago

I know this is already closed, but rather than having a hardcoded version, why not use a flag like --lts?