Skip to content

Commit

Permalink
require node >=12
Browse files Browse the repository at this point in the history
node 10 end-of-life is apr 30 2021
https://nodejs.org/en/about/releases/
  • Loading branch information
aheckmann committed Apr 26, 2021
1 parent 0aa5c45 commit 5fd6f91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Easy, rich and fully validated [koa][] routing.

#### Node compatibility

NodeJS `>= 7.6` is required.
NodeJS `>= 12` is required.

#### Example

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"ci": "rimraf .nyc_output && npm run lint && npm run test-cov"
},
"engines": {
"node": ">= 10"
"node": ">= 12"
},
"author": "Aaron Heckmann <aaron.heckmann+github@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 5fd6f91

Please sign in to comment.