diff --git a/README.md b/README.md index 7fe9772..893d289 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Easy, rich and fully validated [koa][] routing. #### Node compatibility -NodeJS `>= 7.6` is required. +NodeJS `>= 12` is required. #### Example diff --git a/package.json b/package.json index c9e177e..8f4a3cf 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "ci": "rimraf .nyc_output && npm run lint && npm run test-cov" }, "engines": { - "node": ">= 10" + "node": ">= 12" }, "author": "Aaron Heckmann ", "license": "MIT",