Skip to content

Commit

Permalink
Changehange node.js version in readme.md from 12.x to 18.x (#1823)
Browse files Browse the repository at this point in the history
## Checklist

- [x] I have ensured my pull request is not behind the main or master
branch of the original repository.
- [x] I have rebased all commits where necessary so that reviewing this
pull request can be done without having to merge it first.
- [x] I have written a commit message that passes commitlint linting.
- [x] I have ensured that my code changes pass linting tests.
- [x] I have ensured that my code changes pass unit tests.
- [x] I have described my pull request and the reasons for code changes
along with context if necessary.
  • Loading branch information
etroynov authored Aug 18, 2024
1 parent 5bf8002 commit e7a325d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

## Installation

Koa requires __node v12.17.0__ or higher for ES2015 and async function support.
Koa requires __node v18.0.0__ or higher for ES2015 and async function support.

```
$ npm install koa
Expand Down

0 comments on commit e7a325d

Please sign in to comment.