diff --git a/readme.md b/readme.md index c1ee3d7..0b3f1e0 100644 --- a/readme.md +++ b/readme.md @@ -306,8 +306,8 @@ This projects is compatible with maintained versions of Node.js. When we cut a new major release, we drop support for unmaintained versions of Node. This means we try to keep the current release line, -`emphasize@6`, -compatible with Node.js 14. +`emphasize@7`, +compatible with Node.js 16. ## Security diff --git a/tsconfig.json b/tsconfig.json index 719581c..4d9161a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,7 +9,7 @@ "lib": ["es2022"], "module": "node16", "strict": true, - "target": "es2020" + "target": "es2022" }, "exclude": ["coverage/", "node_modules/"], "include": ["**/*.js"]